Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.schema
Class SchemaDescriptor

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

public class SchemaDescriptor
extends Object

Descriptor for a reference to a schema from a document type or a facet.


Field Summary
 boolean isLazy
           
 String name
           
 
Constructor Summary
SchemaDescriptor()
           
SchemaDescriptor(String name)
           
 
Method Summary
static Set<String> getSchemaNames(SchemaDescriptor[] sds)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

isLazy

public boolean isLazy
Constructor Detail

SchemaDescriptor

public SchemaDescriptor()

SchemaDescriptor

public SchemaDescriptor(String name)
Method Detail

getSchemaNames

public static Set<String> getSchemaNames(SchemaDescriptor[] sds)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.