Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use QName
org.nuxeo.ecm.core.schema.types Implementation of Types, including SimpleTypes, CompositeTypes and ComplexTypes. 
 

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

Methods in org.nuxeo.ecm.core.schema.types that return QName
 QName FieldImpl.getName()
           
 QName Field.getName()
          Gets the field name.
static QName QName.valueOf(String name)
          Parses the given name and creates the corresponding QName.
static QName QName.valueOf(String name, String prefix)
          Parses the given name and create the corresponding QName.
 

Methods in org.nuxeo.ecm.core.schema.types with parameters of type QName
 Field CompositeTypeImpl.addField(QName name, TypeRef<? extends Type> type)
           
 Field ComplexTypeImpl.addField(QName name, TypeRef<? extends Type> type)
           
 Field ComplexType.addField(QName name, TypeRef<? extends Type> type)
          Adds a field to this complex type.
 Field ComplexTypeImpl.addField(QName name, TypeRef<? extends Type> type, String defaultValue, int flags)
           
 Field ComplexType.addField(QName name, TypeRef<? extends Type> type, String defaultValue, int flags)
          Adds a field to this complex type.
 Field CompositeTypeImpl.getField(QName name)
           
 Field ComplexTypeImpl.getField(QName name)
           
 Field ComplexType.getField(QName name)
          Gets the field having the given name.
 boolean CompositeTypeImpl.hasField(QName name)
           
 boolean ComplexTypeImpl.hasField(QName name)
           
 boolean ComplexType.hasField(QName name)
          Tests whether this type defines the given field name.
 

Constructors in org.nuxeo.ecm.core.schema.types with parameters of type QName
FieldImpl(QName name, TypeRef<? extends Type> declaringType, TypeRef<? extends Type> type)
           
FieldImpl(QName name, TypeRef<? extends Type> declaringType, TypeRef<? extends Type> type, String defaultValue, int flags)
           
FieldImpl(QName name, Type declaringType, Type type)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.