public class FactoryConfigurationElement extends SimpleNodeElement
NodeElement
representing the FactoryConfiguration
Modifier and Type | Field and Description |
---|---|
private FactoryConfiguration<? extends FactoryConfiguration> |
factoryConfiguration |
attributes, children, innerContent, optional, parent
Constructor and Description |
---|
FactoryConfigurationElement(NodeElement parent,
java.lang.String name,
FactoryConfiguration<? extends FactoryConfiguration> factoryConfiguration)
Constructor accepting the parent, the name and the
FactoryConfiguration |
Modifier and Type | Method and Description |
---|---|
FactoryConfiguration<? extends FactoryConfiguration> |
getFactoryConfiguration()
Returns the
FactoryConfiguration associated with this element |
private void |
init() |
getName
accept, addAllFactoryConfigsAsChildElements, addAttribute, addChildElement, equals, getAllFactoryElements, getAttributes, getChildElements, getFQName, getFQName, getInnerContent, getParent, hasChildren, hashCode, isOptional, setInnerContent, setOptional, toString
private final FactoryConfiguration<? extends FactoryConfiguration> factoryConfiguration
public FactoryConfigurationElement(NodeElement parent, java.lang.String name, FactoryConfiguration<? extends FactoryConfiguration> factoryConfiguration)
FactoryConfiguration
parent
- name
- factoryConfiguration
- private void init()
public FactoryConfiguration<? extends FactoryConfiguration> getFactoryConfiguration()
FactoryConfiguration
associated with this elementFactoryConfiguration
associated with this element