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