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

java.lang.Object
  extended by org.pentaho.commons.util.repository.type.CmisProperty
      extended by org.pentaho.commons.util.repository.type.PropertyString
          extended by org.pentaho.commons.util.repository.type.PropertyUri

public class PropertyUri
extends PropertyString


Constructor Summary
PropertyUri(String name)
           
PropertyUri(String name, String value)
           
 
Method Summary
 
Methods inherited from class org.pentaho.commons.util.repository.type.PropertyString
getValue, setValue
 
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

PropertyUri

public PropertyUri(String name)

PropertyUri

public PropertyUri(String name,
                   String value)