public static enum Operation.TypeEnum extends Enum<Operation.TypeEnum>
| Enum Constant and Description |
|---|
COMMAND |
CONFIG |
INFO |
MESSAGE |
POLICY |
PROFILE |
| Modifier and Type | Method and Description |
|---|---|
static Operation.TypeEnum |
fromValue(String text) |
String |
toString() |
static Operation.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Operation.TypeEnum COMMAND
public static final Operation.TypeEnum CONFIG
public static final Operation.TypeEnum MESSAGE
public static final Operation.TypeEnum INFO
public static final Operation.TypeEnum PROFILE
public static final Operation.TypeEnum POLICY
public static Operation.TypeEnum[] values()
for (Operation.TypeEnum c : Operation.TypeEnum.values()) System.out.println(c);
public static Operation.TypeEnum 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 toString()
toString in class Enum<Operation.TypeEnum>public static Operation.TypeEnum fromValue(String text)
Copyright © 2017 WSO2. All rights reserved.