Interface LegacyVariable

All Superinterfaces:
Identifiable, NamedValue<java.lang.Object>
All Known Subinterfaces:
LegacyVariableEntity
All Known Implementing Classes:
JavaVariable, LegacyVariableEntityImpl

public interface LegacyVariable
extends NamedValue<java.lang.Object>, Identifiable
Represents single variable which consists of name and Object value. Each variable must have associated WorkObject.
Author:
martin.grofcik