|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.config.service.types.InvokeAtType
public class InvokeAtType
Class InvokeAtType.
| Field Summary | |
|---|---|
static InvokeAtType |
START
The instance of the start type |
static int |
START_TYPE
The start type |
static InvokeAtType |
STATUS
The instance of the status type |
static int |
STATUS_TYPE
The status type |
static InvokeAtType |
STOP
The instance of the stop type |
static int |
STOP_TYPE
The stop type |
| Method Summary | |
|---|---|
static Enumeration<Object> |
enumerate()
Method enumerate.Returns an enumeration of all possible instances of InvokeAtType |
int |
getType()
Method getType.Returns the type of this InvokeAtType |
String |
toString()
Method toString.Returns the String representation of this InvokeAtType |
static InvokeAtType |
valueOf(String string)
Method valueOf.Returns a new InvokeAtType 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 START_TYPE
public static final InvokeAtType START
public static final int STOP_TYPE
public static final InvokeAtType STOP
public static final int STATUS_TYPE
public static final InvokeAtType STATUS
| Method Detail |
|---|
public static Enumeration<Object> enumerate()
public int getType()
public String toString()
toString in class Objectpublic static InvokeAtType valueOf(String string)
string -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||