Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.schema.types.SimpleType

Packages that use SimpleType
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 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 SimpleType in org.nuxeo.ecm.automation.core.util
 

Methods in org.nuxeo.ecm.automation.core.util with parameters of type SimpleType
static Object DocumentHelper.readStringList(String value, SimpleType type)
          Read an encoded string list as a comma separated list.
 

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

Methods in org.nuxeo.ecm.core.schema that return SimpleType
static SimpleType XSDTypes.getType(String name)
           
 

Methods in org.nuxeo.ecm.core.schema that return types with arguments of type SimpleType
static Collection<SimpleType> XSDTypes.getTypes()
           
 

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

Classes in org.nuxeo.ecm.core.schema.types that implement SimpleType
 class PrimitiveType
           
 class SimpleTypeImpl
           
 

Methods in org.nuxeo.ecm.core.schema.types that return SimpleType
 SimpleType SimpleTypeImpl.getPrimitiveType()
           
 SimpleType SimpleType.getPrimitiveType()
           
 SimpleType PrimitiveType.getPrimitiveType()
           
 

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

Constructors in org.nuxeo.ecm.core.schema.types with parameters of type SimpleType
SimpleTypeImpl(SimpleType superType, String schema, String name)
           
 

Constructor parameters in org.nuxeo.ecm.core.schema.types with type arguments of type SimpleType
SimpleTypeImpl(TypeRef<? extends SimpleType> superType, String schema, String name)
           
 

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

Classes in org.nuxeo.ecm.core.schema.types.primitives that implement SimpleType
 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.