public enum SuitablityAsReturn extends Enum<SuitablityAsReturn>
| Modifier and Type | Method and Description |
|---|---|
static SuitablityAsReturn |
lessSuitable(SuitablityAsReturn first,
SuitablityAsReturn second) |
static SuitablityAsReturn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SuitablityAsReturn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SuitablityAsReturn RETURN
public static final SuitablityAsReturn SUITABLE
public static final SuitablityAsReturn NONE
public static SuitablityAsReturn[] values()
for (SuitablityAsReturn c : SuitablityAsReturn.values()) System.out.println(c);
public static SuitablityAsReturn 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 static SuitablityAsReturn lessSuitable(SuitablityAsReturn first, SuitablityAsReturn second)
Copyright © 2004–2019 OpenL Tablets. All rights reserved.