org.pentaho.commons.util.repository.type
Class PropertyString

java.lang.Object
  extended by org.pentaho.commons.util.repository.type.CmisProperty
      extended by org.pentaho.commons.util.repository.type.PropertyString
Direct Known Subclasses:
PropertyHtml, PropertyId, PropertyUri, PropertyXml

public class PropertyString
extends CmisProperty


Constructor Summary
PropertyString(String name)
           
PropertyString(String name, String value)
           
 
Method Summary
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from class org.pentaho.commons.util.repository.type.CmisProperty
getName, getPropertyType, setName, setPropertyType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyString

public PropertyString(String name)

PropertyString

public PropertyString(String name,
                      String value)
Method Detail

getValue

public String getValue()
Specified by:
getValue in class CmisProperty

setValue

public void setValue(String value)