Package | Description |
---|---|
org.nuxeo.ecm.core.schema |
Schema API and implementation; a schema describes the names and types of some fields.
|
org.nuxeo.ecm.core.schema.types | |
org.nuxeo.ecm.core.schema.types.primitives |
Primitive types implementationl; according to the XML Schemas specifications,
"primitive datatypes are those that are not defined in terms of other
datatypes; they exist ab initio."
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentTypeImpl
Implementation of a document type.
|
Modifier and Type | Class and Description |
---|---|
class |
AnyType |
class |
ComplexTypeImpl |
class |
CompositeTypeImpl |
class |
ListTypeImpl |
class |
PrimitiveType |
class |
SchemaImpl |
class |
SimpleTypeImpl |
Modifier and Type | Class and Description |
---|---|
class |
BinaryType
The binary type handles values of type InputStream.
|
class |
BooleanType |
class |
DateType |
class |
DoubleType |
class |
IntegerType |
class |
LongType |
class |
StringType |
Copyright © 2011 Nuxeo SA. All Rights Reserved.