|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VariableDefinition
declaration of a variable.
Method Summary | |
---|---|
Converter |
getConverter()
defines the conversion between the java object
representation and and the storage value as part of the type
declaration for this variable |
long |
getDbid()
the meaningless database primary key |
java.lang.String |
getDescription()
free text description of this variable |
java.lang.Object |
getInitialValue(Execution execution)
generates the initial value for this variable declaration in the context of the given execution. |
java.lang.String |
getName()
the name/key of the variable |
java.lang.Class<?> |
getVariableClass()
defines the persistable variable type that is part of the type declaration for this variable |
Method Detail |
---|
long getDbid()
java.lang.String getName()
java.lang.String getDescription()
Converter getConverter()
conversion
between the java object
representation and and the storage value as part of the type
declaration for this variable
java.lang.Class<?> getVariableClass()
java.lang.Object getInitialValue(Execution execution)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |