public class DataSourceType
extends java.lang.Object
| 修飾子とタイプ | フィールド | 説明 |
|---|---|---|
static DataSourceType |
ABSOLUTE |
Field ABSOLUTE
|
static DataSourceType |
COUNTER |
Field COUNTER
|
static DataSourceType |
DERIVE |
Field DERIVE
|
static DataSourceType |
GAUGE |
Field GAUGE
|
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
Compares this object against the specified object.
|
static DataSourceType |
get(java.lang.String s) |
Returns a
DataSourceType with the given name. |
int |
hashCode() |
|
java.lang.String |
toString() |
Returns a string representation of this object.
|
public static final DataSourceType COUNTER
public static final DataSourceType ABSOLUTE
public static final DataSourceType GAUGE
public static final DataSourceType DERIVE
public static DataSourceType get(java.lang.String s)
DataSourceType with the given name.s - name of the DataSourceType required.DataSourceType with the given name.public boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Objecttrue if the objects are the same,
false otherwise.public int hashCode()
hashCode クラス内 java.lang.Objectpublic java.lang.String toString()
toString クラス内 java.lang.Object