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

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

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

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as EnumBaseObjectTypeIds
protected  EnumBaseObjectTypeIds CmisTypeDefinitionType.baseId
           
 

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb with type parameters of type EnumBaseObjectTypeIds
protected  List<EnumBaseObjectTypeIds> CmisRepositoryInfoType.changesOnType
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return EnumBaseObjectTypeIds
static EnumBaseObjectTypeIds EnumBaseObjectTypeIds.fromValue(String v)
           
 EnumBaseObjectTypeIds CmisTypeDefinitionType.getBaseId()
          Gets the value of the baseId property.
static EnumBaseObjectTypeIds EnumBaseObjectTypeIds.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnumBaseObjectTypeIds[] EnumBaseObjectTypeIds.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 that return types with arguments of type EnumBaseObjectTypeIds
 List<EnumBaseObjectTypeIds> CmisRepositoryInfoType.getChangesOnType()
          Gets the value of the changesOnType property.
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type EnumBaseObjectTypeIds
 void CmisTypeDefinitionType.setBaseId(EnumBaseObjectTypeIds value)
          Sets the value of the baseId property.
 



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