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, getDeclaringPluginFragment
getDocsPath, getDocumentation
String 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 © 2016. All rights reserved.