public static enum ServiceConstants.ServiceOperationType extends Enum<ServiceConstants.ServiceOperationType>
Enum Constant and Description |
---|
ACTIVATE |
DEACTIVATE |
Modifier and Type | Method and Description |
---|---|
static ServiceConstants.ServiceOperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceConstants.ServiceOperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceConstants.ServiceOperationType DEACTIVATE
public static final ServiceConstants.ServiceOperationType ACTIVATE
public static ServiceConstants.ServiceOperationType[] values()
for (ServiceConstants.ServiceOperationType c : ServiceConstants.ServiceOperationType.values()) System.out.println(c);
public static ServiceConstants.ServiceOperationType 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 nullCopyright © 2023 WSO2. All rights reserved.