org.opennms.netmgt.config.service.types
Class InvokeAtType

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

public class InvokeAtType
extends Object
implements Serializable

Class InvokeAtType.

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

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

START_TYPE

public static final int START_TYPE
The start type

See Also:
Constant Field Values

START

public static final InvokeAtType START
The instance of the start type


STOP_TYPE

public static final int STOP_TYPE
The stop type

See Also:
Constant Field Values

STOP

public static final InvokeAtType STOP
The instance of the stop type


STATUS_TYPE

public static final int STATUS_TYPE
The status type

See Also:
Constant Field Values

STATUS

public static final InvokeAtType STATUS
The instance of the status type

Method Detail

enumerate

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

Returns:
an Enumeration over all possible instances of InvokeAtType

getType

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

Returns:
the type of this InvokeAtType

toString

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

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

valueOf

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

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


Copyright © 2008. All Rights Reserved.