|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.config.rrd.types.Cf
public class Cf
Class Cf.
| Field Summary | |
|---|---|
static Cf |
AVERAGE
The instance of the AVERAGE type |
static int |
AVERAGE_TYPE
The AVERAGE type |
static Cf |
LAST
The instance of the LAST type |
static int |
LAST_TYPE
The LAST type |
static Cf |
MAX
The instance of the MAX type |
static int |
MAX_TYPE
The MAX type |
static Cf |
MIN
The instance of the MIN type |
static int |
MIN_TYPE
The MIN type |
static Cf |
TOTAL
The instance of the TOTAL type |
static int |
TOTAL_TYPE
The TOTAL type |
| Method Summary | |
|---|---|
static Enumeration<Object> |
enumerate()
Method enumerate.Returns an enumeration of all possible instances of Cf |
int |
getType()
Method getType.Returns the type of this Cf |
String |
toString()
Method toString.Returns the String representation of this Cf |
static Cf |
valueOf(String string)
Method valueOf.Returns a new Cf based on the given String value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int AVERAGE_TYPE
public static final Cf AVERAGE
public static final int MAX_TYPE
public static final Cf MAX
public static final int MIN_TYPE
public static final Cf MIN
public static final int LAST_TYPE
public static final Cf LAST
public static final int TOTAL_TYPE
public static final Cf TOTAL
| Method Detail |
|---|
public static Enumeration<Object> enumerate()
public int getType()
public String toString()
toString in class Objectpublic static Cf valueOf(String string)
string -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||