public enum OperatorsClassificationRequestType extends Enum<OperatorsClassificationRequestType>
| Modifier and Type | Method and Description |
|---|---|
static OperatorsClassificationRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorsClassificationRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperatorsClassificationRequestType Default
public static final OperatorsClassificationRequestType ByName
public static OperatorsClassificationRequestType[] values()
for (OperatorsClassificationRequestType c : OperatorsClassificationRequestType.values()) System.out.println(c);
public static OperatorsClassificationRequestType 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 © 2022. All Rights Reserved.