Package com._1c.g5.aef2.scenes
Interface IState
-
- All Known Implementing Classes:
State
public interface IState
The component state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getValue(String name)
Returns the value of the state by the specifiedname
.
-