|
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
NamedProperty xsi:type in the
messages 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()
Clear the name from this NamedProperty. |
void |
clearValue()
Clear the value from this NamedProperty. |
IPropertyName |
getName()
Get the name from this NamedProperty. |
IPropertyValue |
getValue()
Get the value from this NamedProperty. |
boolean |
hasName(IPropertyName nameToCheck)
Determine if this NamedProperty has the given name |
boolean |
hasValue(IPropertyValue valueToCheck)
Determine if this NamedProperty has the given value |
boolean |
isEquivalent(INamedProperty NamedPropertyToCheck)
Determine if another NamedProperty is equivalent to this one, ignoring ID's. |
void |
setName(IPropertyName value)
Set the name for this NamedProperty. |
void |
setValue(IPropertyValue value)
Set the value for this NamedProperty. |
| 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(IPropertyName value)
value - new namepublic void clearName()
public IPropertyName getName()
public boolean hasName(IPropertyName nameToCheck)
nameToCheck - name to compare
true if the names are equivalent,
false otherwisepublic void setValue(IPropertyValue value)
value - new valuepublic void clearValue()
public IPropertyValue getValue()
public boolean hasValue(IPropertyValue valueToCheck)
valueToCheck - value to compare
true if the values are equivalent,
false otherwisepublic boolean isEquivalent(INamedProperty NamedPropertyToCheck)
NamedPropertyToCheck - NamedProperty to compare to this one.
true if all the child elements of this
NamedProperty 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 | |||||||||