|
Qizx/db 2.1 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The type of an Item as defined in the XML Query language.
A predefined type can be obtained from an ItemFactory - i.e. a
Library or an Expression - by the method getType(name).
Note: in the current version, custom types are not supported.
| Field Summary |
| Fields inherited from interface com.qizx.api.SequenceType |
OCC_EXACTLY_ONE, OCC_ONE_OR_MORE, OCC_ZERO_OR_MORE, OCC_ZERO_OR_ONE |
| Method Summary | |
QName |
getName()
Returns the fully qualified name of the type. |
String |
getShortName()
Short name as a string. |
ItemType |
getSuperType()
Returns the type from which this type is derived immediately. |
boolean |
isSubTypeOf(ItemType type)
Tests is this type is derived from another type. |
| Methods inherited from interface com.qizx.api.SequenceType |
getItemType, getOccurrence |
| Method Detail |
public QName getName()
public String getShortName()
public ItemType getSuperType()
public boolean isSubTypeOf(ItemType type)
type - another Item type
|
© 2008 Axyana Software | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||