org.opennms.netmgt.mock
Enum MockService.SvcMgmtStatus
java.lang.Object
java.lang.Enum<MockService.SvcMgmtStatus>
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>
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
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.