Package | Description |
---|---|
org.basex.query.value.item | |
org.basex.query.value.type |
Constructor and Description |
---|
Str(byte[] value,
AtomType type)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
AtomType |
MapType.keyType
Key type of the map.
|
AtomType |
AtomType.parent
Parent type.
|
static AtomType[] |
AtomType.VALUES
Cached enums (faster).
|
Modifier and Type | Method and Description |
---|---|
static AtomType |
AtomType.find(QNm type,
boolean all)
Finds and returns the specified type.
|
static AtomType |
AtomType.valueOf(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.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.