public class ExtendedPropertyHandle extends StructureHandle
structContext
elementHandle
Constructor and Description |
---|
ExtendedPropertyHandle(SimpleValueHandle valueHandle,
int index)
Constructs the handle of Extended property.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the property name.
|
java.lang.String |
getValue()
Returns the property value.
|
void |
setName(java.lang.String name)
Sets the property name.
|
void |
setValue(java.lang.String value)
Sets the property 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 ExtendedPropertyHandle(SimpleValueHandle valueHandle, int index)
valueHandle
- the value handle for Extended property list of one propertyindex
- the position of this Extended property in the listpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the property 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.