|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.reservoir.monitoring.core.table.DefaultTableAttribute
public class DefaultTableAttribute
A default implementation of a TableAttribute.
Constructor Summary | |
---|---|
DefaultTableAttribute(int column,
java.lang.String name,
ProbeAttributeType type)
Construct a TableAttribute. |
Method Summary | |
---|---|
int |
getColumn()
Get the column no for a TableAttribute. |
java.lang.String |
getName()
Get the name for a TableAttribute. |
ProbeAttributeType |
getType()
Get the type for a TableAttribute. |
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 DefaultTableAttribute(int column, java.lang.String name, ProbeAttributeType type)
Method Detail |
---|
public int getColumn()
getColumn
in interface TableAttribute
public java.lang.String getName()
getName
in interface TableAttribute
public ProbeAttributeType getType()
getType
in interface TableAttribute
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 |