public enum ProtSetting extends Enum<ProtSetting>
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandValue() |
static ProtSetting |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtSetting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtSetting CLEAR
public static final ProtSetting PRIVATE
public static ProtSetting[] values()
for (ProtSetting c : ProtSetting.values()) System.out.println(c);
public static ProtSetting 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 getCommandValue()
Copyright © 2024 MuleSoft, Inc.. All rights reserved.