@ProviderType
public interface MetaDataProperty
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getConfig(java.lang.String name)
Gets a config property of the meta data property.
|
java.util.Iterator<java.lang.String> |
getConfigNames()
Gets an iterator on the names of the config properties that are available.
|
java.lang.String |
getName()
Gets the (technical) name of the meta data property.
|
java.lang.String |
getTitle()
Gets the (human-readable) title of the meta data property.
|
java.lang.String |
getType()
Gets the type of the meta data property.
|
java.lang.String getName()
java.lang.String getTitle()
java.lang.String getType()
java.lang.Object getConfig(java.lang.String name)
Available properties are dependant on the type of the meta data.
name
- The name of the config propertyjava.util.Iterator<java.lang.String> getConfigNames()
Copyright © 2010 - 2020 Adobe. All Rights Reserved