Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.schema
Class SchemaNames

java.lang.Object
  extended by org.nuxeo.ecm.core.schema.SchemaNames

public final class SchemaNames
extends Object

The available registries of type-like information.


Field Summary
static String BUILTIN
          A builtin data type.
static String DOCTYPES
          A registered document type.
static String FACETS
          A registered facet.
static String SCHEMAS
          A registered schema.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUILTIN

public static final String BUILTIN
A builtin data type.

See Also:
Constant Field Values

SCHEMAS

public static final String SCHEMAS
A registered schema.

See Also:
Constant Field Values

DOCTYPES

public static final String DOCTYPES
A registered document type.

See Also:
Constant Field Values

FACETS

public static final String FACETS
A registered facet.

See Also:
Constant Field Values

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.