Uses of Class
org.xcmis.client.gwt.model.restatom.EnumCollectionType

Packages that use EnumCollectionType
org.xcmis.client.gwt.model.repository   
org.xcmis.client.gwt.model.restatom   
 

Uses of EnumCollectionType in org.xcmis.client.gwt.model.repository
 

Methods in org.xcmis.client.gwt.model.repository that return EnumCollectionType
 EnumCollectionType CmisCollection.getType()
           
 

Methods in org.xcmis.client.gwt.model.repository with parameters of type EnumCollectionType
 String CmisRepositoryInfo.getCollectionValue(EnumCollectionType type)
           
 void CmisCollection.setType(EnumCollectionType type)
           
 

Uses of EnumCollectionType in org.xcmis.client.gwt.model.restatom
 

Methods in org.xcmis.client.gwt.model.restatom that return EnumCollectionType
static EnumCollectionType EnumCollectionType.fromValue(String v)
           
static EnumCollectionType EnumCollectionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnumCollectionType[] EnumCollectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.