Package org.nuxeo.ecm.core.schema
Class SchemaDescriptor
- java.lang.Object
-
- 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.
-
-
Constructor Summary
Constructors Constructor Description SchemaDescriptor()
SchemaDescriptor(String name)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<String>
getSchemaNames(SchemaDescriptor[] sds)
-
-
-
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)
-
-