|
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
Test xsi:type in the
tronanalysis 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 |
clearDescription()
Clear the description from this Test. |
void |
clearEnabled()
Remove the enabled attribute from this Test. |
void |
clearId()
Remove the id attribute from this Test. |
IDescription |
getDescription()
Get the description from this Test. |
String |
getEnabled()
Get the enabled attribute from this Test. |
String |
getId()
Get the id attribute from this Test. |
boolean |
hasDescription(IDescription descriptionToCheck)
Determine if this Test has the given description |
boolean |
hasEnabled(String enabled)
Determine if the enabled attribute on this Test has the given value. |
boolean |
hasId(String id)
Determine if the id attribute on this Test has the given value. |
boolean |
isEqual(ITest TestToCheck)
Determine if another Test has the same id as this one. |
boolean |
isEquivalent(ITest TestToCheck)
Determine if another Test is equivalent to this one, ignoring ID's. |
void |
setDescription(IDescription value)
Set the description for this Test. |
void |
setEnabled(String enabled)
Set the enabled attribute on this Test. |
void |
setId(String id)
Set the id attribute on this Test. |
| 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 setId(String id)
id - id
FixedValueException - if the attribute has a fixed value
and the value passed is not the fixed value.public void clearId()
public String getId()
public boolean hasId(String id)
id - Attribute value to compare
true if they match; false
otherwise.public void setEnabled(String enabled)
enabled - enabled
FixedValueException - if the attribute has a fixed value
and the value passed is not the fixed value.public void clearEnabled()
public String getEnabled()
public boolean hasEnabled(String enabled)
enabled - Attribute value to compare
true if they match; false
otherwise.public void setDescription(IDescription value)
value - new descriptionpublic void clearDescription()
public IDescription getDescription()
public boolean hasDescription(IDescription descriptionToCheck)
descriptionToCheck - description to compare
true if the descriptions are equivalent,
false otherwisepublic boolean isEqual(ITest TestToCheck)
TestToCheck - Test to compare with this
one.public boolean isEquivalent(ITest TestToCheck)
TestToCheck - Test to compare to this one.
true if all the child elements of this
Test 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 | |||||||||