Uses of Class
org.xcmis.client.gwt.model.EnumCapabilityJoin

Packages that use EnumCapabilityJoin
org.xcmis.client.gwt.model   
org.xcmis.client.gwt.model.repository   
 

Uses of EnumCapabilityJoin in org.xcmis.client.gwt.model
 

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

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

Fields in org.xcmis.client.gwt.model.repository declared as EnumCapabilityJoin
protected  EnumCapabilityJoin CmisRepositoryCapabilitiesType.capabilityJoin
          Capability join.
 

Methods in org.xcmis.client.gwt.model.repository that return EnumCapabilityJoin
 EnumCapabilityJoin CmisRepositoryCapabilitiesType.getCapabilityJoin()
          Gets the value of the capabilityJoin property.
 

Methods in org.xcmis.client.gwt.model.repository with parameters of type EnumCapabilityJoin
 void CmisRepositoryCapabilitiesType.setCapabilityJoin(EnumCapabilityJoin value)
          Sets the value of the capabilityJoin property.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.