|
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
pladiff 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 |
clearRemoveStructuralEntity()
Clear the removeStructuralEntity from this Remove. |
void |
clearRemoveTypeEntity()
Clear the removeTypeEntity from this Remove. |
IRemoveStructuralEntity |
getRemoveStructuralEntity()
Get the removeStructuralEntity from this Remove. |
IRemoveTypeEntity |
getRemoveTypeEntity()
Get the removeTypeEntity from this Remove. |
boolean |
hasRemoveStructuralEntity(IRemoveStructuralEntity removeStructuralEntityToCheck)
Determine if this Remove has the given removeStructuralEntity |
boolean |
hasRemoveTypeEntity(IRemoveTypeEntity removeTypeEntityToCheck)
Determine if this Remove has the given removeTypeEntity |
boolean |
isEquivalent(IRemove RemoveToCheck)
Determine if another Remove is equivalent to this one, ignoring ID's. |
void |
setRemoveStructuralEntity(IRemoveStructuralEntity value)
Set the removeStructuralEntity for this Remove. |
void |
setRemoveTypeEntity(IRemoveTypeEntity value)
Set the removeTypeEntity for 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 setRemoveStructuralEntity(IRemoveStructuralEntity value)
value - new removeStructuralEntitypublic void clearRemoveStructuralEntity()
public IRemoveStructuralEntity getRemoveStructuralEntity()
public boolean hasRemoveStructuralEntity(IRemoveStructuralEntity removeStructuralEntityToCheck)
removeStructuralEntityToCheck - removeStructuralEntity to compare
true if the removeStructuralEntitys are equivalent,
false otherwisepublic void setRemoveTypeEntity(IRemoveTypeEntity value)
value - new removeTypeEntitypublic void clearRemoveTypeEntity()
public IRemoveTypeEntity getRemoveTypeEntity()
public boolean hasRemoveTypeEntity(IRemoveTypeEntity removeTypeEntityToCheck)
removeTypeEntityToCheck - removeTypeEntity to compare
true if the removeTypeEntitys are equivalent,
false otherwisepublic 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 | |||||||||