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 DataSourceTypeABSOLUTEField ABSOLUTEstatic DataSourceTypeCOUNTERField COUNTERstatic DataSourceTypeDERIVEField DERIVEstatic DataSourceTypeGAUGEField GAUGE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Compares this object against the specified object.static DataSourceTypeget(String s)Returns aDataSourceTypewith the given name.inthashCode()StringtoString()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 aDataSourceTypewith the given name.- Parameters:
s- name of theDataSourceTyperequired.- Returns:
- a
DataSourceTypewith the given name.
-
equals
public boolean equals(Object obj)
Compares this object against the specified object.
-
-