|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.javaforge.bobber.archetype.model.Variable
public class Variable
Represents system variable to be put in the Velocity Context .
Constructor Summary | |
---|---|
Variable()
|
Method Summary | |
---|---|
void |
addVariable(Variable variable)
Method addVariable. |
void |
breakVariableAssociation(Variable variable)
Method breakVariableAssociation. |
void |
createVariableAssociation(Variable variable)
Method createVariableAssociation. |
java.lang.String |
getDefvalue()
Get the defvalue field. |
java.lang.String |
getDescription()
Get the description field. |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getName()
Get the name field. |
java.util.List |
getVariables()
Method getVariables. |
void |
removeVariable(Variable variable)
Method removeVariable. |
void |
setDefvalue(java.lang.String defvalue)
Set the defvalue field. |
void |
setDescription(java.lang.String description)
Set the description field. |
void |
setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model. |
void |
setName(java.lang.String name)
Set the name field. |
void |
setVariables(java.util.List variables)
Set Variables that depend on their parent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Variable()
Method Detail |
---|
public void addVariable(Variable variable)
variable
- public void breakVariableAssociation(Variable variable)
variable
- public void createVariableAssociation(Variable variable)
variable
- public java.lang.String getDefvalue()
public java.lang.String getDescription()
public java.lang.String getName()
public java.util.List getVariables()
public void removeVariable(Variable variable)
variable
- public void setDefvalue(java.lang.String defvalue)
defvalue
- public void setDescription(java.lang.String description)
description
- public void setName(java.lang.String name)
name
- public void setVariables(java.util.List variables)
variables
- public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding
- the encoding used when reading/writing the model.public java.lang.String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |