public interface StructType extends PropertyType
| Modifier and Type | Method and Description |
|---|---|
void |
addField(PropertyDescription field)
Adds a struct field.
|
java.lang.String |
getDefaultNamespaceURI()
The default namespace is the namespace that most struct fields are in.
|
PropertyDescription |
getField(java.lang.String namespaceURI,
java.lang.String localName)
Returns a struct field by namespace and local name.
|
java.util.List<PropertyDescription> |
getFields() |
void |
removeField(java.lang.String namespaceURI,
java.lang.String localName)
Removes a struct field by namespace and local name.
|
accept, getDescription, getLabel, getName, getRule, setDescription, setLabel, setName, setRulejava.lang.String getDefaultNamespaceURI()
void addField(PropertyDescription field)
field - the struct field to addPropertyDescription getField(java.lang.String namespaceURI, java.lang.String localName)
namespaceURI - a namespacelocalName - the name of a struct fieldjava.util.List<PropertyDescription> getFields()
void removeField(java.lang.String namespaceURI,
java.lang.String localName)
namespaceURI - a namespacelocalName - the name of the struct field to delete"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"