|
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
Kind xsi:type in the
messages namespace.
| Field Summary | |
static String |
ENUM_NONE
Enumeration value for 'none' |
static String |
ENUM_NOTIFICATION
Enumeration value for 'notification' |
static String |
ENUM_REQUEST
Enumeration value for 'request' |
static XArchTypeMetadata |
TYPE_METADATA
|
| Fields inherited from interface edu.uci.isr.xarch.IXArchElement |
DEPTH_INFINITY, DEPTH_ONE, DEPTH_ZERO |
| Method Summary | |
void |
clearValue()
Remove the value for this Kind. |
String |
getValue()
Get the value for this Kind. |
boolean |
hasValue(String value)
Determine if this Kind has the given value. |
boolean |
isEquivalent(IKind KindToCompare)
Determine if another Kind is equivalent to this one. |
void |
setValue(String value)
Set the value for this Kind. |
| Methods inherited from interface edu.uci.isr.xarch.IXArchElement |
cloneElement, getInstanceMetadata, getTypeMetadata, getXArch, setXArch |
| Field Detail |
public static final String ENUM_NONE
public static final String ENUM_REQUEST
public static final String ENUM_NOTIFICATION
public static final XArchTypeMetadata TYPE_METADATA
| Method Detail |
public void setValue(String value)
value - Value to set.public void clearValue()
public String getValue()
public boolean hasValue(String value)
true if they match,
false otherwise.public boolean isEquivalent(IKind KindToCompare)
KindToCompare - Kind to compare against
this one.
true if their values 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 | |||||||||