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

java.lang.Object
  extended by org.pentaho.commons.util.repository.type.CmisProperty
Direct Known Subclasses:
PropertyBoolean, PropertyDateTime, PropertyDecimal, PropertyInteger, PropertyString

public abstract class CmisProperty
extends Object


Constructor Summary
CmisProperty(String name, PropertyType propertyType)
           
 
Method Summary
 String getName()
           
 PropertyType getPropertyType()
           
abstract
<T> T
getValue()
           
 void setName(String name)
           
 void setPropertyType(PropertyType propertyType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmisProperty

public CmisProperty(String name,
                    PropertyType propertyType)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getPropertyType

public PropertyType getPropertyType()

setPropertyType

public void setPropertyType(PropertyType propertyType)

getValue

public abstract <T> T getValue()