public static enum MockService.SvcMgmtStatus extends Enum<MockService.SvcMgmtStatus>
| Enum Constant and Description | 
|---|
| ACTIVE | 
| DELETED | 
| FORCE_UNMANAGED | 
| NOT_POLLED | 
| REMOTE_ONLY | 
| UNMANAGED | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public static final MockService.SvcMgmtStatus ACTIVE
public static final MockService.SvcMgmtStatus DELETED
public static final MockService.SvcMgmtStatus UNMANAGED
public static final MockService.SvcMgmtStatus FORCE_UNMANAGED
public static final MockService.SvcMgmtStatus NOT_POLLED
public static final MockService.SvcMgmtStatus REMOTE_ONLY
public static MockService.SvcMgmtStatus[] values()
for (MockService.SvcMgmtStatus c : MockService.SvcMgmtStatus.values()) System.out.println(c);
public static MockService.SvcMgmtStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toDbString()
public static MockService.SvcMgmtStatus fromDbString(String dbString)
Copyright © 2021. All rights reserved.