public class FactoryConfigurationElement extends SimpleNodeElement
NodeElement
representing the FactoryConfiguration
attributes, children, innerContent, optional, parent
Constructor and Description |
---|
FactoryConfigurationElement(NodeElement parent,
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 |
getName
accept, addAllFactoryConfigsAsChildElements, addAttribute, addChildElement, equals, getAllFactoryElements, getAttributes, getChildElements, getFQName, getFQName, getInnerContent, getParent, hasChildren, hashCode, isOptional, setInnerContent, setOptional, toString
public FactoryConfigurationElement(NodeElement parent, String name, FactoryConfiguration<? extends FactoryConfiguration> factoryConfiguration)
FactoryConfiguration
parent
- name
- factoryConfiguration
- public FactoryConfiguration<? extends FactoryConfiguration> getFactoryConfiguration()
FactoryConfiguration
associated with this elementFactoryConfiguration
associated with this elementCopyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.