|
||||||||||
| 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 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(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 String GRAPH_CONFIG_PATH
| Constructor Detail |
|---|
public Constants()
| Method Detail |
|---|
public static final int getType(String f)
throws InvalidObjectException
f - Format, for example "double", "long" or "time".
Case is ignored.
LONG, DOUBLE or
TIME
InvalidObjectException - f doesn't match any format.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||