Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use PrimitiveType
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 PrimitiveType in org.nuxeo.ecm.core.schema.types
 

Methods in org.nuxeo.ecm.core.schema.types that return types with arguments of type PrimitiveType
 TypeRef<PrimitiveType> PrimitiveType.getRef()
           
 

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

Subclasses of PrimitiveType 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.