public class SchemaModelFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
supportRuntimeDecorators
this is a global setting
|
Constructor and Description |
---|
SchemaModelFactory() |
Modifier and Type | Method and Description |
---|---|
static PropertyDescription |
createProperty(java.lang.String localName,
PropertyType type)
Creates a new XMP property.
|
static PropertyDescription |
createProperty(java.lang.String namespaceURI,
java.lang.String localName,
PropertyType type)
Creates a new XMP property.
|
static SchemaDescription |
createSchema(java.lang.String namespaceURI)
Creates a new XMP schema.
|
static TypeRegistry |
createTypeRegistry()
Creates a type registry.
|
public static boolean supportRuntimeDecorators
public static SchemaDescription createSchema(java.lang.String namespaceURI)
namespaceURI
- the namespace of the schemapublic static PropertyDescription createProperty(java.lang.String localName, PropertyType type)
localName
- name of the property (within the namespace)type
- the property type, it can be simple, array or structpublic static PropertyDescription createProperty(java.lang.String namespaceURI, java.lang.String localName, PropertyType type)
namespaceURI
- the namespace of the propertylocalName
- name of the property (within the namespace)type
- the property type, it can be simple, array or structpublic static TypeRegistry createTypeRegistry()
Copyright © 2010 - 2020 Adobe. All Rights Reserved