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