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.StringgetName()TypedValuegetTypedValue(boolean deserializeValue)voidsetValue(TypedValue typedValue)
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getTypedValue
TypedValue getTypedValue(boolean deserializeValue)
-
setValue
void setValue(TypedValue typedValue)
-
-