|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jrobin.core.jrrd.DataSourceType
public class DataSourceType
Class DataSourceType
| Field Summary | |
|---|---|
static DataSourceType |
ABSOLUTE
Field ABSOLUTE |
static DataSourceType |
COUNTER
Field COUNTER |
static DataSourceType |
DERIVE
Field DERIVE |
static DataSourceType |
GAUGE
Field GAUGE |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Compares this object against the specified object. |
static DataSourceType |
get(String s)
Returns a DataSourceType with the given name. |
String |
toString()
Returns a string representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DataSourceType COUNTER
public static final DataSourceType ABSOLUTE
public static final DataSourceType GAUGE
public static final DataSourceType DERIVE
| Method Detail |
|---|
public static DataSourceType get(String s)
DataSourceType with the given name.
s - name of the DataSourceType required.
DataSourceType with the given name.public boolean equals(Object obj)
equals in class Objecttrue if the objects are the same,
false otherwise.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||