Package | Description |
---|---|
org.nuxeo.ecm.automation.core.util | |
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 | Method and Description |
---|---|
static Object |
DocumentHelper.readStringList(String value,
SimpleType type)
Read an encoded string list as a comma separated list.
|
Modifier and Type | Method and Description |
---|---|
static SimpleType |
XSDTypes.getType(String name) |
Modifier and Type | Method and Description |
---|---|
static Collection<SimpleType> |
XSDTypes.getTypes() |
Modifier and Type | Class and Description |
---|---|
class |
PrimitiveType |
class |
SimpleTypeImpl |
Modifier and Type | Method and Description |
---|---|
SimpleType |
SimpleTypeImpl.getPrimitiveType() |
SimpleType |
SimpleType.getPrimitiveType() |
SimpleType |
PrimitiveType.getPrimitiveType() |
Modifier and Type | Method and Description |
---|---|
TypeRef<? extends SimpleType> |
SimpleTypeImpl.getRef() |
TypeRef<? extends SimpleType> |
SimpleType.getRef() |
Constructor and Description |
---|
SimpleTypeImpl(SimpleType superType,
String schema,
String name) |
Constructor and Description |
---|
SimpleTypeImpl(TypeRef<? extends SimpleType> superType,
String schema,
String name) |
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.