public class ConfigurationElementMulti extends ConfigurationElement
propertiesAndValuechildren, registry| Modifier | Constructor and Description |
|---|---|
protected |
ConfigurationElementMulti(ExtensionRegistry registry,
boolean persist) |
protected |
ConfigurationElementMulti(int self,
java.lang.String contributorId,
java.lang.String name,
java.lang.String[] propertiesAndValue,
int[] children,
int extraDataOffset,
int parent,
byte parentType,
ExtensionRegistry registry,
boolean persist) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttribute(java.lang.String attrName) |
java.lang.String |
getValue() |
createExecutableExtension, getAttributeNames, getChildren, getContributor, getContributorId, getName, getPropertiesAndValuecompare, getExtraDataOffset, getKey, getKeyHashCode, getLocale, getObjectId, getRawChildren, noExtraData, setExtraDataOffset, shouldPersistprotected ConfigurationElementMulti(ExtensionRegistry registry, boolean persist)
protected ConfigurationElementMulti(int self,
java.lang.String contributorId,
java.lang.String name,
java.lang.String[] propertiesAndValue,
int[] children,
int extraDataOffset,
int parent,
byte parentType,
ExtensionRegistry registry,
boolean persist)
public java.lang.String getAttribute(java.lang.String attrName)
getAttribute in class ConfigurationElementpublic java.lang.String getValue()
getValue in class ConfigurationElement