|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.config.rrd.types.Backend
public class Backend
Class Backend.
| Field Summary | |
|---|---|
static Backend |
FILE
The instance of the FILE type |
static int |
FILE_TYPE
The FILE type |
static Backend |
MEMORY
The instance of the MEMORY type |
static int |
MEMORY_TYPE
The MEMORY type |
static Backend |
NIO
The instance of the NIO type |
static int |
NIO_TYPE
The NIO type |
| Method Summary | |
|---|---|
static Enumeration<Object> |
enumerate()
Method enumerate.Returns an enumeration of all possible instances of Backend |
int |
getType()
Method getType.Returns the type of this Backend |
String |
toString()
Method toString.Returns the String representation of this Backend |
static Backend |
valueOf(String string)
Method valueOf.Returns a new Backend 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 FILE_TYPE
public static final Backend FILE
public static final int NIO_TYPE
public static final Backend NIO
public static final int MEMORY_TYPE
public static final Backend MEMORY
| Method Detail |
|---|
public static Enumeration<Object> enumerate()
public int getType()
public String toString()
toString in class Objectpublic static Backend valueOf(String string)
string -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||