public class TldVariable
extends java.lang.Object
Constructor and Description |
---|
TldVariable() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlias()
Gets the alias for tag files
|
boolean |
getDeclare()
Return true if the variable should be declared.
|
java.lang.String |
getDescription()
Return the descrption
|
java.lang.String |
getNameFromAttribute()
Gets a variable name determined from an attribute.
|
java.lang.String |
getNameGiven()
Gets a constant name of the variable.
|
java.lang.String |
getScope()
Return the variable scope
|
java.lang.String |
getVariableClass()
Gets the variable class of the variable value.
|
void |
setAlias(java.lang.String alias)
Sets the alias for tag files
|
void |
setDeclare(boolean declare)
Sets whether the variable is declared or not.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setNameFromAttribute(java.lang.String nameFromAttribute)
Sets a variable name determined from an attribute.
|
void |
setNameGiven(java.lang.String nameGiven)
Sets a constant name of the variable.
|
void |
setScope(java.lang.String scope)
Sets the variable scope.
|
void |
setVariableClass(java.lang.String variableClass)
Sets the class of the variable object.
|
public void setNameGiven(java.lang.String nameGiven)
public java.lang.String getNameGiven()
public void setNameFromAttribute(java.lang.String nameFromAttribute)
public java.lang.String getNameFromAttribute()
public void setAlias(java.lang.String alias)
public java.lang.String getAlias()
public void setVariableClass(java.lang.String variableClass)
public java.lang.String getVariableClass()
public void setDeclare(boolean declare)
public boolean getDeclare()
public void setScope(java.lang.String scope)
public java.lang.String getScope()
public void setDescription(java.lang.String description)
public java.lang.String getDescription()