Interface CoreVariableInstance
-
- All Known Implementing Classes:
SimpleVariableInstance
,VariableInstanceEntity
public interface CoreVariableInstance
- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
TypedValue
getTypedValue(boolean deserializeValue)
void
setValue(TypedValue typedValue)
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getTypedValue
TypedValue getTypedValue(boolean deserializeValue)
-
setValue
void setValue(TypedValue typedValue)
-
-