Nuxeo ECM Projects 5.4.3-SNAPSHOT

Package org.nuxeo.ecm.core.schema.types

Implementation of Types, including SimpleTypes, CompositeTypes and ComplexTypes.

See:
          Description

Interface Summary
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 Summary
AbstractType  
AnyType  
ComplexTypeImpl  
CompositeTypeImpl  
FieldImpl  
JavaTypes Maps ECM types to Java classes.
ListTypeImpl  
PrimitiveType  
QName  
SchemaImpl  
SimpleTypeImpl  
 

Exception Summary
TypeBindingException  
TypeException  
 

Package org.nuxeo.ecm.core.schema.types Description

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.


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.