|
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
Remove xsi:type in the
diff 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 |
clearRemoveId()
Remove the removeId attribute from this Remove. |
String |
getRemoveId()
Get the removeId attribute from this Remove. |
boolean |
hasRemoveId(String removeId)
Determine if the removeId attribute on this Remove has the given value. |
boolean |
isEquivalent(IRemove RemoveToCheck)
Determine if another Remove is equivalent to this one, ignoring ID's. |
void |
setRemoveId(String removeId)
Set the removeId attribute on this Remove. |
| 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 setRemoveId(String removeId)
removeId - removeId
FixedValueException - if the attribute has a fixed value
and the value passed is not the fixed value.public void clearRemoveId()
public String getRemoveId()
public boolean hasRemoveId(String removeId)
removeId - Attribute value to compare
true if they match; false
otherwise.public boolean isEquivalent(IRemove RemoveToCheck)
RemoveToCheck - Remove to compare to this one.
true if all the child elements of this
Remove 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 | |||||||||