Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.schema.types.AbstractType

Packages that use AbstractType
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 Implementation of Types, including SimpleTypes, CompositeTypes and ComplexTypes. 
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." 
 

Uses of AbstractType in org.nuxeo.ecm.core.schema
 

Subclasses of AbstractType in org.nuxeo.ecm.core.schema
 class DocumentTypeImpl
          Implementation of a document type.
 

Uses of AbstractType in org.nuxeo.ecm.core.schema.types
 

Subclasses of AbstractType in org.nuxeo.ecm.core.schema.types
 class AnyType
           
 class ComplexTypeImpl
           
 class CompositeTypeImpl
           
 class ListTypeImpl
           
 class PrimitiveType
           
 class SchemaImpl
           
 class SimpleTypeImpl
           
 

Uses of AbstractType in org.nuxeo.ecm.core.schema.types.primitives
 

Subclasses of AbstractType in org.nuxeo.ecm.core.schema.types.primitives
 class BinaryType
          The binary type handles values of type InputStream.
 class BooleanType
           
 class DateType
           
 class DoubleType
           
 class IntegerType
           
 class LongType
           
 class StringType
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.