public interface PluginAttribute extends PluginElement<PluginAttribute>
| Modifier and Type | Method and Description |
|---|---|
PluginAttribute |
getSubAttribute(String id) |
Collection<PluginAttribute> |
getSubAttributes() |
Collection<PluginAttribute> |
getSubAttributes(String id) |
PluginAttribute |
getSuperAttribute() |
String |
getValue() |
getDeclaringPluginDescriptor, getDeclaringPluginFragmentgetDocsPath, getDocumentationString getValue()
Collection<PluginAttribute> getSubAttributes()
PluginAttribute getSubAttribute(String id)
id - ID of sub-attribute to look forCollection<PluginAttribute> getSubAttributes(String id)
id - ID of sub-attribute to look forPluginAttribute getSuperAttribute()
null if
this is top level attributeCopyright © 2015. All rights reserved.