org.opennms.netmgt.config.rrd.types
Class Cf

java.lang.Object
  extended by org.opennms.netmgt.config.rrd.types.Cf
All Implemented Interfaces:
Serializable

public class Cf
extends Object
implements Serializable

Class Cf.

Version:
$Revision$ $Date$
See Also:
Serialized Form

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

AVERAGE_TYPE

public static final int AVERAGE_TYPE
The AVERAGE type

See Also:
Constant Field Values

AVERAGE

public static final Cf AVERAGE
The instance of the AVERAGE type


MAX_TYPE

public static final int MAX_TYPE
The MAX type

See Also:
Constant Field Values

MAX

public static final Cf MAX
The instance of the MAX type


MIN_TYPE

public static final int MIN_TYPE
The MIN type

See Also:
Constant Field Values

MIN

public static final Cf MIN
The instance of the MIN type


LAST_TYPE

public static final int LAST_TYPE
The LAST type

See Also:
Constant Field Values

LAST

public static final Cf LAST
The instance of the LAST type


TOTAL_TYPE

public static final int TOTAL_TYPE
The TOTAL type

See Also:
Constant Field Values

TOTAL

public static final Cf TOTAL
The instance of the TOTAL type

Method Detail

enumerate

public static Enumeration<Object> enumerate()
Method enumerate.Returns an enumeration of all possible instances of Cf

Returns:
an Enumeration over all possible instances of Cf

getType

public int getType()
Method getType.Returns the type of this Cf

Returns:
the type of this Cf

toString

public String toString()
Method toString.Returns the String representation of this Cf

Overrides:
toString in class Object
Returns:
the String representation of this Cf

valueOf

public static Cf valueOf(String string)
Method valueOf.Returns a new Cf based on the given String value.

Parameters:
string -
Returns:
the Cf value of parameter 'string'


Copyright © 2009. All Rights Reserved.