|
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
XMLLink xsi:type in the
instance 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 |
clearHref()
Remove the href attribute from this XMLLink. |
void |
clearType()
Remove the type attribute from this XMLLink. |
String |
getHref()
Get the href attribute from this XMLLink. |
String |
getType()
Get the type attribute from this XMLLink. |
boolean |
hasHref(String href)
Determine if the href attribute on this XMLLink has the given value. |
boolean |
hasType(String type)
Determine if the type attribute on this XMLLink has the given value. |
boolean |
isEquivalent(IXMLLink XMLLinkToCheck)
Determine if another XMLLink is equivalent to this one, ignoring ID's. |
void |
setHref(String href)
Set the href attribute on this XMLLink. |
void |
setType(String type)
Set the type attribute on this XMLLink. |
| 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 setType(String type)
type - type
FixedValueException - if the attribute has a fixed value
and the value passed is not the fixed value.public void clearType()
public String getType()
public boolean hasType(String type)
type - Attribute value to compare
true if they match; false
otherwise.public void setHref(String href)
href - href
FixedValueException - if the attribute has a fixed value
and the value passed is not the fixed value.public void clearHref()
public String getHref()
public boolean hasHref(String href)
href - Attribute value to compare
true if they match; false
otherwise.public boolean isEquivalent(IXMLLink XMLLinkToCheck)
XMLLinkToCheck - XMLLink to compare to this one.
true if all the child elements of this
XMLLink 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 | |||||||||