net.sf.ehcache.statistics.beans
Class DoubleBeanProxy
java.lang.Object
net.sf.ehcache.statistics.beans.AttributeProxy<Double>
net.sf.ehcache.statistics.beans.DoubleBeanProxy
public class DoubleBeanProxy
- extends AttributeProxy<Double>
A Class for Double proxies.
- Author:
- cschanck
Constructor Summary |
DoubleBeanProxy(String name,
String description,
boolean isRead,
boolean isWrite)
Instantiates a new double bean proxy. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleBeanProxy
public DoubleBeanProxy(String name,
String description,
boolean isRead,
boolean isWrite)
- Instantiates a new double bean proxy.
- Parameters:
name
- the namedescription
- the descriptionisRead
- the is readisWrite
- the is write
Copyright 2001-2014, Terracotta, Inc.