|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.reservoir.monitoring.core.AbstractProbeAttribute
public abstract class AbstractProbeAttribute
An abstract implementation of a ProbeAttribute.
Constructor Summary | |
---|---|
AbstractProbeAttribute(int field,
java.lang.String name,
ProbeAttributeType type,
java.lang.String units)
Construct a ProbeAttribute. |
Method Summary | |
---|---|
int |
getField()
Get the field no for an attribute. |
java.lang.String |
getName()
Get the name for an attribute. |
ProbeAttributeType |
getType()
Get the type for an attribute. |
java.lang.String |
getUnits()
Get the units for an attribute. |
java.lang.String |
toString()
To String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractProbeAttribute(int field, java.lang.String name, ProbeAttributeType type, java.lang.String units)
Method Detail |
---|
public int getField()
getField
in interface ProbeAttribute
public java.lang.String getName()
getName
in interface ProbeAttribute
public ProbeAttributeType getType()
getType
in interface ProbeAttribute
public java.lang.String getUnits()
getUnits
in interface ProbeAttribute
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |