public class ConfigVariableHandle extends StructureHandle
structContextelementHandle| 构造器和说明 |
|---|
ConfigVariableHandle(SimpleValueHandle valueHandle,
int index)
Constructs the handle of configuration variable.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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, setPropertySilentlygetReferencegetDesign, getElement, getElementHandle, getModulepublic 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.