net.java.dev.moskito.webui.bean
Class StatValueBean

java.lang.Object
  extended by net.java.dev.moskito.webui.bean.StatValueBean
All Implemented Interfaces:
net.anotheria.util.sorter.IComparable
Direct Known Subclasses:
DoubleValueBean, LongValueBean, StringValueBean

public abstract class StatValueBean
extends Object
implements net.anotheria.util.sorter.IComparable


Constructor Summary
StatValueBean()
           
 
Method Summary
abstract  String getType()
           
abstract  String getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.anotheria.util.sorter.IComparable
compareTo
 

Constructor Detail

StatValueBean

public StatValueBean()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getValue

public abstract String getValue()

getType

public abstract String getType()


Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework