public interface SchemaDescription extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
accept(SchemaVisitor schemaVisitor) |
void |
addProperty(PropertyDescription property)
Adds a property to the schema.
|
String |
getDescription() |
String |
getLabel() |
String |
getNamespaceURI() |
List<PropertyDescription> |
getProperties() |
PropertyDescription |
getProperty(String localName) |
void |
removeProperty(String localName)
Removes a property from the schema namespace.
|
void |
setDescription(String description) |
void |
setLabel(String label) |
String getNamespaceURI()
String getLabel()
void setLabel(String label)
label - Sets the default labelString getDescription()
void setDescription(String description)
description - Sets the default descriptionvoid addProperty(PropertyDescription property)
property - an PropertyDescriptionPropertyDescription getProperty(String localName)
localName - the local name of a propertyList<PropertyDescription> getProperties()
void removeProperty(String localName)
localName - the local name of the property to removevoid accept(SchemaVisitor schemaVisitor) throws XMPSchemaException
schemaVisitor - a visitor that implements the SchemaVisitor-interfaceXMPSchemaException - Handles visitor exceptionsCopyright © 2010 - 2020 Adobe. All Rights Reserved