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