public class FactoryConfigurationElement extends SimpleNodeElement
NodeElement representing the FactoryConfigurationattributes, 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 |
getNameaccept, addAllFactoryConfigsAsChildElements, addAttribute, addChildElement, equals, getAllFactoryElements, getAttributes, getChildElements, getFQName, getFQName, getInnerContent, getParent, hasChildren, hashCode, isOptional, setInnerContent, setOptional, toStringpublic FactoryConfigurationElement(NodeElement parent, String name, FactoryConfiguration<? extends FactoryConfiguration> factoryConfiguration)
FactoryConfigurationparent - name - factoryConfiguration - public FactoryConfiguration<? extends FactoryConfiguration> getFactoryConfiguration()
FactoryConfiguration associated with this elementFactoryConfiguration associated with this elementCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.