|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.monitoring.mbeancmd.graph.conf.Constants
public class Constants
Graph constants.
| Field Summary | |
|---|---|
static int |
DOUBLE
The "double" data type. |
static java.lang.String |
GRAPH_CONFIG_PATH
Configuration file for the graph. |
static int |
LONG
The "long" data type. |
static int |
TIME
The "time" data type. |
| Constructor Summary | |
|---|---|
Constants()
|
|
| Method Summary | |
|---|---|
static int |
getType(java.lang.String f)
Gets the type of a format. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int LONG
public static final int DOUBLE
public static final int TIME
public static final java.lang.String GRAPH_CONFIG_PATH
| Constructor Detail |
|---|
public Constants()
| Method Detail |
|---|
public static final int getType(java.lang.String f)
throws java.io.InvalidObjectException
f - Format, for example "double", "long" or "time".
Case is ignored.
LONG, DOUBLE or
TIME
java.io.InvalidObjectException - f doesn't match any format.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||