|
XCC/J 6.0-3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.marklogic.xcc.types.ValueType
public abstract class ValueType
Base class for the typesafe enumeration objects that represent XML Schema types.
| Method Summary | |
|---|---|
abstract boolean |
isSequence()
Indicates whether this value type represents a sequence or single value. |
String |
toString()
The name of this XQuery type, as a string. |
static ValueType |
valueOf(String name)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ValueType SEQUENCE
public static final NodeType NODE
public static final NodeType ELEMENT
public static final NodeType DOCUMENT
public static final NodeType TEXT
public static final NodeType BINARY
public static final NodeType ATTRIBUTE
public static final NodeType PROCESSING_INSTRUCTION
public static final NodeType COMMENT
public static final AtomicType XS_UNTYPED_ATOMIC
public static final AtomicType XS_STRING
public static final AtomicType XS_BOOLEAN
public static final AtomicType XS_INTEGER
public static final AtomicType XS_DECIMAL
public static final AtomicType XS_FLOAT
public static final AtomicType XS_DOUBLE
public static final AtomicType XS_DURATION
public static final AtomicType XS_DAY_TIME_DURATION
public static final AtomicType XS_YEAR_MONTH_DURATION
public static final AtomicType XS_DATE_TIME
public static final AtomicType XS_TIME
public static final AtomicType XS_DATE
public static final AtomicType XS_ANY_URI
public static final AtomicType XS_QNAME
public static final AtomicType XS_GDAY
public static final AtomicType XS_GMONTH
public static final AtomicType XS_GMONTH_DAY
public static final AtomicType XS_GYEAR
public static final AtomicType XS_GYEAR_MONTH
public static final AtomicType XS_HEX_BINARY
public static final AtomicType XS_BASE64_BINARY
public static final AtomicType CTS_BOX
public static final AtomicType CTS_CIRCLE
public static final AtomicType CTS_POINT
public static final AtomicType CTS_POLYGON
| Method Detail |
|---|
public abstract boolean isSequence()
public String toString()
toString in class Objectpublic static final ValueType valueOf(String name)
|
XCC/J 6.0-3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com