|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for accessing objects of the
PropertyHint xsi:type in the
hints namespace.
| Field Summary | |
static XArchTypeMetadata |
TYPE_METADATA
|
| Fields inherited from interface edu.uci.isr.xarch.IXArchElement |
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO |
| Method Summary | |
void |
clearName()
Remove the name attribute from this PropertyHint. |
void |
clearValue()
Remove the value attribute from this PropertyHint. |
String |
getName()
Get the name attribute from this PropertyHint. |
String |
getValue()
Get the value attribute from this PropertyHint. |
boolean |
hasName(String name)
Determine if the name attribute on this PropertyHint has the given value. |
boolean |
hasValue(String value)
Determine if the value attribute on this PropertyHint has the given value. |
boolean |
isEquivalent(IPropertyHint PropertyHintToCheck)
Determine if another PropertyHint is equivalent to this one, ignoring ID's. |
void |
setName(String name)
Set the name attribute on this PropertyHint. |
void |
setValue(String value)
Set the value attribute on this PropertyHint. |
| Methods inherited from interface edu.uci.isr.xarch.IXArchElement |
cloneElement, getInstanceMetadata, getTypeMetadata, getXArch, setXArch |
| Field Detail |
public static final XArchTypeMetadata TYPE_METADATA
| Method Detail |
public void setName(String name)
name - name
FixedValueException - if the attribute has a fixed value
and the value passed is not the fixed value.public void clearName()
public String getName()
public boolean hasName(String name)
name - Attribute value to compare
true if they match; false
otherwise.public void setValue(String value)
value - value
FixedValueException - if the attribute has a fixed value
and the value passed is not the fixed value.public void clearValue()
public String getValue()
public boolean hasValue(String value)
value - Attribute value to compare
true if they match; false
otherwise.public boolean isEquivalent(IPropertyHint PropertyHintToCheck)
PropertyHintToCheck - PropertyHint to compare to this one.
true if all the child elements of this
PropertyHint are equivalent, false otherwise.
|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||