Package org.jrobin.core.jrrd
Class DataSourceType
- java.lang.Object
-
- org.jrobin.core.jrrd.DataSourceType
-
public class DataSourceType extends Object
Class DataSourceType- Version:
- $Revision$
- Author:
- Ciaran Treanor
-
-
Field Summary
Fields Modifier and Type Field Description static DataSourceType
ABSOLUTE
Field ABSOLUTEstatic DataSourceType
COUNTER
Field COUNTERstatic DataSourceType
DERIVE
Field DERIVEstatic DataSourceType
GAUGE
Field GAUGE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Compares this object against the specified object.static DataSourceType
get(String s)
Returns aDataSourceType
with the given name.int
hashCode()
String
toString()
Returns a string representation of this object.
-
-
-
Field Detail
-
COUNTER
public static final DataSourceType COUNTER
Field COUNTER
-
ABSOLUTE
public static final DataSourceType ABSOLUTE
Field ABSOLUTE
-
GAUGE
public static final DataSourceType GAUGE
Field GAUGE
-
DERIVE
public static final DataSourceType DERIVE
Field DERIVE
-
-
Method Detail
-
get
public static DataSourceType get(String s)
Returns aDataSourceType
with the given name.- Parameters:
s
- name of theDataSourceType
required.- Returns:
- a
DataSourceType
with the given name.
-
equals
public boolean equals(Object obj)
Compares this object against the specified object.
-
-