public class ConfigurationElement extends Object
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationElement.PropertyPair |
Constructor and Description |
---|
ConfigurationElement(int objectId,
String name,
Integer parentId,
Integer elementId,
BundleDescriptor contributingBundle,
String[] propertiesAndValues) |
Modifier and Type | Method and Description |
---|---|
void |
addConfigurationElement(ConfigurationElement configurationElement) |
boolean |
equals(Object obj) |
List<ConfigurationElement> |
getConfigurationElements()
Get nested configuration elements
|
BundleDescriptor |
getContributingBundle()
Descriptor of the bundle contributing this element.
|
Integer |
getElementId()
Get element's unique identifier.
|
String |
getName() |
int |
getObjectId()
Get objectId of the ConfigurationElement in the heap dump
|
Integer |
getParentId()
Get id of the parent element.
|
List<ConfigurationElement.PropertyPair> |
getPropertiesAndValues()
Get the properties and the value of the configuration element.
|
int |
hashCode() |
public ConfigurationElement(int objectId, String name, Integer parentId, Integer elementId, BundleDescriptor contributingBundle, String[] propertiesAndValues)
public int getObjectId()
public String getName()
public Integer getParentId()
public Integer getElementId()
public List<ConfigurationElement.PropertyPair> getPropertiesAndValues()
public BundleDescriptor getContributingBundle()
public List<ConfigurationElement> getConfigurationElements()
public void addConfigurationElement(ConfigurationElement configurationElement)