public enum SelectionEnum extends Enum<SelectionEnum>
| Modifier and Type | Method and Description |
|---|---|
boolean |
asBoolean() |
static SelectionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectionEnum T
public static final SelectionEnum F
public static SelectionEnum[] values()
for (SelectionEnum c : SelectionEnum.values()) System.out.println(c);
public static SelectionEnum 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 boolean asBoolean()
Copyright © 2022 I-Novus LLC. All rights reserved.