Uses of Class
org.pentaho.commons.util.repository.type.PropertyType

Packages that use PropertyType
org.pentaho.commons.util.repository.type   
 

Uses of PropertyType in org.pentaho.commons.util.repository.type
 

Methods in org.pentaho.commons.util.repository.type that return PropertyType
 PropertyType CmisProperty.getPropertyType()
           
 

Methods in org.pentaho.commons.util.repository.type with parameters of type PropertyType
 void CmisProperty.setPropertyType(PropertyType propertyType)
           
 

Constructors in org.pentaho.commons.util.repository.type with parameters of type PropertyType
CmisProperty(String name, PropertyType propertyType)