Package com._1c.g5.aef2.scenes
Class State
java.lang.Object
com._1c.g5.aef2.scenes.State
- All Implemented Interfaces:
- IState
The default 
IState implementation.- 
Method Details- 
createCreates a new state instance.- Parameters:
- oldState- the old state, can be- null.
- name- the name, cannot be- null.
- value- the value, cannot be- null.
- Returns:
- the newly created state, never null.
 
- 
createCreates a new state instance.- Parameters:
- name- the name, cannot be- null.
- value- the value, cannot be- null.
- Returns:
- the newly created state, never null.
 
- 
createCreates a new state instance.- Parameters:
- stateMap- the state map, cannot be- null.
- Returns:
- the newly created state, never null.
 
- 
getValueDescription copied from interface:IStateReturns the value of the state by the specifiedname.
- 
toString
 
-