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

Packages that use EnumTypeOfChanges
org.xcmis.client.gwt.model   
org.xcmis.client.gwt.object.impl   
 

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

Fields in org.xcmis.client.gwt.model declared as EnumTypeOfChanges
protected  EnumTypeOfChanges CmisChangeEventType.changeType
          Change type.
 

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

Methods in org.xcmis.client.gwt.model with parameters of type EnumTypeOfChanges
 void CmisChangeEventType.setChangeType(EnumTypeOfChanges value)
           
 

Uses of EnumTypeOfChanges in org.xcmis.client.gwt.object.impl
 

Methods in org.xcmis.client.gwt.object.impl that return EnumTypeOfChanges
 EnumTypeOfChanges ChangeInfo.getChangeType()
          
 

Methods in org.xcmis.client.gwt.object.impl with parameters of type EnumTypeOfChanges
 void ChangeInfo.setChangeType(EnumTypeOfChanges changeType)
          Set type of change.
 

Constructors in org.xcmis.client.gwt.object.impl with parameters of type EnumTypeOfChanges
ChangeInfo(Date changeTime, EnumTypeOfChanges changeType)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.