Uses of Class
wt.vc.IterationState

Packages that use IterationState
wt.vc
 
 

Uses of IterationState in wt.vc
 

Fields in wt.vc declared as IterationState
static IterationState IterationState.CONTROLLED
          A constant that predefines an iteration's state of being controlled.
protected static IterationState IterationState.UNCONTROLLED
          A constant that predefines an iteration's state of being uncontrolled.
private  IterationState IterationInfo.state
           
static IterationState IterationState.CONTROLLED
          A constant that predefines an iteration's state of being controlled.
protected static IterationState IterationState.UNCONTROLLED
          A constant that predefines an iteration's state of being uncontrolled.
private  IterationState IterationInfo.state
           
 

Methods in wt.vc that return IterationState
static IterationState IterationState.newIterationState(int secretHandshake)
          Used by EnumeratedType for constructing instances of IterationState, from a resource bundle.
static IterationState IterationState.toIterationState(String internal_value)
          Returns the IterationState instance for the internal_value argument.
static IterationState IterationState.getIterationStateDefault()
          Returns the default value (instance) for the IterationState set.
static IterationState[] IterationState.getIterationStateSet()
          Returns a copy of the set of valid values (instances) for the IterationState class.
 IterationState IterationInfo.getState()
          Gets the object for the association that plays role: STATE.
static IterationState IterationState.newIterationState(int secretHandshake)
          Used by EnumeratedType for constructing instances of IterationState, from a resource bundle.
static IterationState IterationState.toIterationState(String internal_value)
          Returns the IterationState instance for the internal_value argument.
static IterationState IterationState.getIterationStateDefault()
          Returns the default value (instance) for the IterationState set.
static IterationState[] IterationState.getIterationStateSet()
          Returns a copy of the set of valid values (instances) for the IterationState class.
 IterationState IterationInfo.getState()
          Gets the object for the association that plays role: STATE.
 

Methods in wt.vc with parameters of type IterationState
 void IterationInfo.setState(IterationState a_State)
          Sets the object for the association that plays role: STATE.
private  void IterationInfo.stateValidate(IterationState a_State)
           
 void IterationInfo.setState(IterationState a_State)
          Sets the object for the association that plays role: STATE.
private  void IterationInfo.stateValidate(IterationState a_State)