public class PropertyMaskHandle extends StructureHandle
structContext
elementHandle
Constructor and Description |
---|
PropertyMaskHandle(SimpleValueHandle valueHandle,
int index)
Constructs the handle of property mask.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMask()
Returns the property mask.
|
java.lang.String |
getName()
Returns the property name.
|
void |
setMask(java.lang.String mask)
Sets the property mask.
|
void |
setName(java.lang.String name)
Sets the property name.
|
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 PropertyMaskHandle(SimpleValueHandle valueHandle, int index)
valueHandle
- the value handle for property mask list of one propertyindex
- the position of this property mask in the listpublic java.lang.String getMask()
public void setMask(java.lang.String mask) throws SemanticException
mask
- the mask to setSemanticException
- if the mask is not in the choice list.public java.lang.String getName()
public void setName(java.lang.String name) throws SemanticException
name
- the property name to setSemanticException
- value required exceptionCopyright © 2008 Actuate Corp. All rights reserved.