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