org.javasimon.callback.quantiles
Class PropertiesQuantilesCallback.PropertyType<T>

java.lang.Object
  extended by org.javasimon.callback.quantiles.PropertiesQuantilesCallback.PropertyType<T>
Direct Known Subclasses:
PropertiesQuantilesCallback.EnumPropertyType
Enclosing class:
PropertiesQuantilesCallback

private abstract class PropertiesQuantilesCallback.PropertyType<T>
extends Object

Base class for property types


Constructor Summary
private PropertiesQuantilesCallback.PropertyType()
           
 
Method Summary
 T get(Simon simon, String name)
           
abstract  T parse(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesQuantilesCallback.PropertyType

private PropertiesQuantilesCallback.PropertyType()
Method Detail

parse

public abstract T parse(String value)

get

public T get(Simon simon,
             String name)


Copyright © 2013. All Rights Reserved.