public class ConfigVariableHandle extends StructureHandle
structContext
elementHandle
Constructor and Description |
---|
ConfigVariableHandle(SimpleValueHandle valueHandle,
int index)
Constructs the handle of configuration variable.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the variable name.
|
java.lang.String |
getValue()
Returns the variable value.
|
void |
setName(java.lang.String name)
Sets the variable name.
|
void |
setValue(java.lang.String value)
Sets the variable value.
|
drop, getContext, getDefn, getExpressionProperty, getExternalizedValue, getExternalizedValue, getIntProperty, getMember, getProperty, getPropertyDefn, getStringProperty, getStructure, isDesignTime, isLocal, iterator, setDesignTime, setExpressionProperty, setProperty, setPropertySilently
getReference
getDesign, getElement, getElementHandle, getModule
public ConfigVariableHandle(SimpleValueHandle valueHandle, int index)
valueHandle
- the value handle for configuration variable list of one
propertyindex
- the position of this configuration variable in the listpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the value to setCopyright © 2008 Actuate Corp. All rights reserved.