Uses of Class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumPropertyType

Packages that use EnumPropertyType
org.apache.chemistry.opencmis.commons.impl.jaxb   
 

Uses of EnumPropertyType in org.apache.chemistry.opencmis.commons.impl.jaxb
 

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as EnumPropertyType
protected  EnumPropertyType CmisPropertyDefinitionType.propertyType
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return EnumPropertyType
static EnumPropertyType EnumPropertyType.fromValue(java.lang.String v)
           
 EnumPropertyType CmisPropertyDefinitionType.getPropertyType()
          Gets the value of the propertyType property.
static EnumPropertyType EnumPropertyType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EnumPropertyType[] EnumPropertyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type EnumPropertyType
 void CmisPropertyDefinitionType.setPropertyType(EnumPropertyType value)
          Sets the value of the propertyType property.
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.