Qizx/open API

net.axyana.qizxopen.util
Class Gauge

java.lang.Object
  extended bynet.axyana.qizxopen.util.Gauge
All Implemented Interfaces:
java.io.Serializable

public class Gauge
extends java.lang.Object
implements java.io.Serializable

Indicates the progress of a task or an internal state.

See Also:
Serialized Form

Field Summary
 java.lang.String name
          Name of the task.
 
Constructor Summary
Gauge(java.lang.String name, double value)
           
 
Method Summary
 java.lang.String getName()
           
 double getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Name of the task.

Constructor Detail

Gauge

public Gauge(java.lang.String name,
             double value)
Method Detail

getName

public java.lang.String getName()

getValue

public double getValue()

© 2005 Axyana Software