|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbpm.pvm.impl.VariableDefinitionImpl
public class VariableDefinitionImpl
Field Summary | |
---|---|
protected Converter |
converter
|
protected long |
dbid
|
protected int |
dbversion
|
protected java.lang.String |
description
|
protected ObjectReference<?> |
initialValue
|
protected java.lang.String |
name
|
protected java.lang.Class<?> |
variableClass
|
Constructor Summary | |
---|---|
VariableDefinitionImpl()
|
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. |
ObjectReference<?> |
getInitialValueReference()
|
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 |
void |
setConverter(Converter converter)
|
void |
setDescription(java.lang.String description)
|
void |
setInitialValue(Descriptor initialValue)
|
void |
setName(java.lang.String name)
|
void |
setVariableClass(java.lang.Class<?> variableClass)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected long dbid
protected int dbversion
protected java.lang.String name
protected java.lang.String description
protected Converter converter
protected java.lang.Class<?> variableClass
protected ObjectReference<?> initialValue
Constructor Detail |
---|
public VariableDefinitionImpl()
Method Detail |
---|
public Converter getConverter()
VariableDefinition
conversion
between the java object
representation and and the storage value as part of the type
declaration for this variable
getConverter
in interface VariableDefinition
public java.lang.Class<?> getVariableClass()
VariableDefinition
getVariableClass
in interface VariableDefinition
public long getDbid()
VariableDefinition
getDbid
in interface VariableDefinition
public java.lang.String getDescription()
VariableDefinition
getDescription
in interface VariableDefinition
public java.lang.Object getInitialValue(Execution execution)
VariableDefinition
getInitialValue
in interface VariableDefinition
public java.lang.String getName()
VariableDefinition
getName
in interface VariableDefinition
public ObjectReference<?> getInitialValueReference()
public void setInitialValue(Descriptor initialValue)
public void setName(java.lang.String name)
public void setDescription(java.lang.String description)
public void setConverter(Converter converter)
public void setVariableClass(java.lang.Class<?> variableClass)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |