Package com._1c.g5.aef2.scenes
Interface IState
- All Known Implementing Classes:
State
public interface IState
The component state.
-
Method Summary
-
Method Details
-
getValue
Returns the value of the state by the specifiedname
.- Parameters:
name
- the name, cannot benull
.- Returns:
- the value, can be
null
if there are no state value for the specifiedname
.
-