public enum StandardOptionPreset extends Enum<StandardOptionPreset>
OptionPresets that can be configured.| Enum Constant and Description |
|---|
FULL_DOCUMENTATION |
JAVA_OBJECT |
NONE |
PLAIN_JSON |
| Modifier and Type | Method and Description |
|---|---|
OptionPreset |
getPreset()
Getter for the corresponding
OptionPreset instance. |
static StandardOptionPreset |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardOptionPreset[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardOptionPreset FULL_DOCUMENTATION
public static final StandardOptionPreset PLAIN_JSON
public static final StandardOptionPreset JAVA_OBJECT
public static final StandardOptionPreset NONE
public static StandardOptionPreset[] values()
for (StandardOptionPreset c : StandardOptionPreset.values()) System.out.println(c);
public static StandardOptionPreset 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 OptionPreset getPreset()
OptionPreset instance.OptionPreset instanceCopyright © 2020 VicTools. All rights reserved.