Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.core.schema.Namespace

Packages that use Namespace
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. 
 

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

Fields in org.nuxeo.ecm.core.schema declared as Namespace
static Namespace Namespace.DEFAULT_NS
           
 

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

Methods in org.nuxeo.ecm.core.schema.types that return Namespace
 Namespace ComplexTypeImpl.getNamespace()
           
 Namespace ComplexType.getNamespace()
          Gets the namespace used by this complex type.
 

Constructors in org.nuxeo.ecm.core.schema.types with parameters of type Namespace
ComplexTypeImpl(ComplexType superType, java.lang.String schema, java.lang.String name, Namespace ns)
           
ComplexTypeImpl(TypeRef<? extends ComplexType> superType, java.lang.String schema, java.lang.String name, Namespace ns)
           
ComplexTypeImpl(TypeRef<? extends ComplexType> superType, java.lang.String schema, java.lang.String name, Namespace ns, int struct)
           
SchemaImpl(java.lang.String name, Namespace ns)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.