| Package | Description |
|---|---|
| org.basex.query.item |
XQuery data types.
|
| Modifier and Type | Field and Description |
|---|---|
AtomType |
MapType.keyType
Key type of the map.
|
| Modifier and Type | Method and Description |
|---|---|
static AtomType |
AtomType.find(QNm type,
boolean all)
Finds and returns the specified data type.
|
static AtomType |
AtomType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AtomType[] |
AtomType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static MapType |
MapType.get(AtomType key,
SeqType val)
Creates a new map type.
|