org.opennms.netmgt.mock
Enum MockService.SvcMgmtStatus

java.lang.Object
  extended by java.lang.Enum<MockService.SvcMgmtStatus>
      extended by org.opennms.netmgt.mock.MockService.SvcMgmtStatus
All Implemented Interfaces:
Serializable, Comparable<MockService.SvcMgmtStatus>
Enclosing class:
MockService

public static enum MockService.SvcMgmtStatus
extends Enum<MockService.SvcMgmtStatus>


Enum Constant Summary
ACTIVE
           
DELETED
           
FORCE_UNMANAGED
           
NOT_POLLED
           
REMOTE_ONLY
           
UNMANAGED
           
 
Method Summary
static MockService.SvcMgmtStatus fromDbString(String dbString)
           
 String toDbString()
           
static MockService.SvcMgmtStatus valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MockService.SvcMgmtStatus[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ACTIVE

public static final MockService.SvcMgmtStatus ACTIVE

DELETED

public static final MockService.SvcMgmtStatus DELETED

UNMANAGED

public static final MockService.SvcMgmtStatus UNMANAGED

FORCE_UNMANAGED

public static final MockService.SvcMgmtStatus FORCE_UNMANAGED

NOT_POLLED

public static final MockService.SvcMgmtStatus NOT_POLLED

REMOTE_ONLY

public static final MockService.SvcMgmtStatus REMOTE_ONLY
Method Detail

values

public static MockService.SvcMgmtStatus[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (MockService.SvcMgmtStatus c : MockService.SvcMgmtStatus.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static MockService.SvcMgmtStatus valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

toDbString

public String toDbString()

fromDbString

public static MockService.SvcMgmtStatus fromDbString(String dbString)


Copyright © 2011. All Rights Reserved.