Interface IValueTypeVariableFacade<V extends IValue>
- All Superinterfaces:
IVariableFacade
- All Known Implementing Classes:
ValueTypeVariableFacade
Variable facade for variables determined by part aspects.
-
Nested Class Summary
Nested classes/interfaces inherited from interface IVariableFacade
IVariableFacade.IValidator -
Method Summary
Methods inherited from interface IVariableFacade
appendHoverText, getClient, getId, getLabel, getOutputType, getVariable, isValid, validate
-
Method Details
-
getValueType
IValueType<V> getValueType()- Returns:
- The value type of this variable.
-
getValue
V getValue()- Returns:
- The value contained in this variable.
-
getVariable
-