Package net.sf.ehcache.statistics.beans
Class DoubleBeanProxy
- java.lang.Object
-
- net.sf.ehcache.statistics.beans.AttributeProxy<java.lang.Double>
-
- net.sf.ehcache.statistics.beans.DoubleBeanProxy
-
public class DoubleBeanProxy extends AttributeProxy<java.lang.Double>
A Class for Double proxies.- Author:
- cschanck
-
-
Constructor Summary
Constructors Constructor Description DoubleBeanProxy(java.lang.String name, java.lang.String description, boolean isRead, boolean isWrite)Instantiates a new double bean proxy.
-
Method Summary
-
Methods inherited from class net.sf.ehcache.statistics.beans.AttributeProxy
get, getDescription, getName, getTypeClass, isRead, isWrite, set
-
-