net.sf.ehcache.config.generator.model.elements
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 the SizeOfPolicyConfiguration
- Author:
 
  - Ludovic Orban
 
 
 
 
 
 
| 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 | 
 
 
SizeOfPolicyConfigurationElement
public SizeOfPolicyConfigurationElement(ConfigurationElement parent,
                                        SizeOfPolicyConfiguration sizeOfPolicyConfiguration)
- Construtor accepting the parent and the 
SizeOfPolicyConfiguration
- Parameters:
 parent - sizeOfPolicyConfiguration - 
 
SizeOfPolicyConfigurationElement
public SizeOfPolicyConfigurationElement(NodeElement element,
                                        SizeOfPolicyConfiguration sizeOfPolicyConfiguration)
- Construtor accepting the element and the 
SizeOfPolicyConfiguration
- Parameters:
 element - sizeOfPolicyConfiguration - 
 
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.