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

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

Uses of CmisPropertyDefinitionType in org.apache.chemistry.opencmis.commons.impl
 

Methods in org.apache.chemistry.opencmis.commons.impl that return CmisPropertyDefinitionType
static CmisPropertyDefinitionType Converter.convert(PropertyDefinition<?> propertyDefinition)
          Converts a property definition object.
 

Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisPropertyDefinitionType
static PropertyDefinition<?> Converter.convert(CmisPropertyDefinitionType propertyDefinition)
          Converts a property definition object.
 

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

Subclasses of CmisPropertyDefinitionType in org.apache.chemistry.opencmis.commons.impl.jaxb
 class CmisPropertyBooleanDefinitionType
          Java class for cmisPropertyBooleanDefinitionType complex type.
 class CmisPropertyDateTimeDefinitionType
          Java class for cmisPropertyDateTimeDefinitionType complex type.
 class CmisPropertyDecimalDefinitionType
          Java class for cmisPropertyDecimalDefinitionType complex type.
 class CmisPropertyHtmlDefinitionType
          Java class for cmisPropertyHtmlDefinitionType complex type.
 class CmisPropertyIdDefinitionType
          Java class for cmisPropertyIdDefinitionType complex type.
 class CmisPropertyIntegerDefinitionType
          Java class for cmisPropertyIntegerDefinitionType complex type.
 class CmisPropertyStringDefinitionType
          Java class for cmisPropertyStringDefinitionType complex type.
 class CmisPropertyUriDefinitionType
          Java class for cmisPropertyUriDefinitionType complex type.
 

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb with type parameters of type CmisPropertyDefinitionType
protected  java.util.List<CmisPropertyDefinitionType> CmisTypeDefinitionType.propertyDefinition
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisPropertyDefinitionType
 CmisPropertyDefinitionType ObjectFactory.createCmisPropertyDefinitionType()
          Create an instance of CmisPropertyDefinitionType
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return types with arguments of type CmisPropertyDefinitionType
 java.util.List<CmisPropertyDefinitionType> CmisTypeDefinitionType.getPropertyDefinition()
          Gets the value of the propertyDefinition property.
 



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