| Interface | Description |
|---|---|
| ComplexType |
A complex type is tree-like structure of named elements which can be of any
type.
|
| CompositeType |
A composite type is an aggregation of several schemas.
|
| Constraint |
A constraint object defines a constraint on a custom type.
|
| Field |
A field is a member of a complex type.
|
| ListType |
A list of typed objects.
|
| Schema |
A marker interface for schemas.
|
| SimpleType | |
| Type |
A Type object is used to describe some ECM content.
|
| TypeHelper | |
| ValueConverter | Deprecated
use
TypeHelper instead |
| Class | Description |
|---|---|
| AbstractType | |
| AnyType | |
| ComplexTypeImpl | |
| CompositeTypeImpl | |
| FieldImpl | |
| JavaTypes |
Maps ECM types to Java classes.
|
| ListTypeImpl | |
| PrimitiveType | |
| QName | |
| SchemaImpl | |
| SimpleTypeImpl |
| Exception | Description |
|---|---|
| TypeBindingException | |
| TypeException |
Implementation of Types,
including SimpleTypes,
CompositeTypes and
ComplexTypes.
A schema describes the names and types of some fields. The name is a simple string, like "title", and the type describes what kind of information it stores, like a string, an integer or a date.
Copyright © 2011 Nuxeo SA. All Rights Reserved.