Uses of Class
wt.dataops.objectcol.CollectionState

Packages that use CollectionState
wt.dataops.objectcol   
 

Uses of CollectionState in wt.dataops.objectcol
 

Fields in wt.dataops.objectcol declared as CollectionState
static CollectionState CollectionState.IN_PROGRESS
          

Supported API: false
static CollectionState CollectionState.DONE
          

Supported API: false
private  CollectionState CollectionActivity.state
           
 

Methods in wt.dataops.objectcol that return CollectionState
static CollectionState CollectionState.newCollectionState(int secretHandshake)
          Used by EnumeratedType for constructing instances of CollectionState, from a resource bundle.
static CollectionState CollectionState.toCollectionState(String internal_value)
          Returns the CollectionState instance for the internal_value argument.
static CollectionState CollectionState.getCollectionStateDefault()
          Returns the default value (instance) for the CollectionState set.
static CollectionState[] CollectionState.getCollectionStateSet()
          Returns a copy of the set of valid values (instances) for the CollectionState class.
 CollectionState CollectionActivity.getState()
          Gets the value of the attribute: state.
 

Methods in wt.dataops.objectcol with parameters of type CollectionState
 void CollectionActivity.setState(CollectionState a_State)
          Sets the value of the attribute: state.