Class SizeOfPolicyConfigurationElement
- java.lang.Object
-
- net.sf.ehcache.config.generator.model.AbstractNodeElement
-
- net.sf.ehcache.config.generator.model.SimpleNodeElement
-
- net.sf.ehcache.config.generator.model.elements.SizeOfPolicyConfigurationElement
-
- All Implemented Interfaces:
NodeElement
public class SizeOfPolicyConfigurationElement extends SimpleNodeElement
Element representing theSizeOfPolicyConfiguration- Author:
- Ludovic Orban
-
-
Field Summary
-
Fields inherited from class net.sf.ehcache.config.generator.model.AbstractNodeElement
attributes, children, innerContent, optional, parent
-
-
Constructor Summary
Constructors Constructor Description SizeOfPolicyConfigurationElement(ConfigurationElement parent, SizeOfPolicyConfiguration sizeOfPolicyConfiguration)Construtor accepting the parent and theSizeOfPolicyConfigurationSizeOfPolicyConfigurationElement(NodeElement element, SizeOfPolicyConfiguration sizeOfPolicyConfiguration)Construtor accepting the element and theSizeOfPolicyConfiguration
-
Method Summary
-
Methods inherited from class net.sf.ehcache.config.generator.model.SimpleNodeElement
getName
-
Methods inherited from class net.sf.ehcache.config.generator.model.AbstractNodeElement
accept, addAllFactoryConfigsAsChildElements, addAttribute, addChildElement, equals, getAllFactoryElements, getAttributes, getChildElements, getFQName, getFQName, getInnerContent, getParent, hasChildren, hashCode, isOptional, setInnerContent, setOptional, toString
-
-
-
-
Constructor Detail
-
SizeOfPolicyConfigurationElement
public SizeOfPolicyConfigurationElement(ConfigurationElement parent, SizeOfPolicyConfiguration sizeOfPolicyConfiguration)
Construtor accepting the parent and theSizeOfPolicyConfiguration- Parameters:
parent-sizeOfPolicyConfiguration-
-
SizeOfPolicyConfigurationElement
public SizeOfPolicyConfigurationElement(NodeElement element, SizeOfPolicyConfiguration sizeOfPolicyConfiguration)
Construtor accepting the element and theSizeOfPolicyConfiguration- Parameters:
element-sizeOfPolicyConfiguration-
-
-