public enum GuardValue extends Enum<GuardValue>
| Enum Constant and Description |
|---|
DO_NOT_USE |
USE |
USE_IF_DEFAULT |
USE_IF_NOT_DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
ArraysUtils.Filter<BodyCompilationData> |
filter() |
static GuardValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuardValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuardValue USE
public static final GuardValue DO_NOT_USE
public static final GuardValue USE_IF_DEFAULT
public static final GuardValue USE_IF_NOT_DEFAULT
public static GuardValue[] values()
for (GuardValue c : GuardValue.values()) System.out.println(c);
public static GuardValue 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 ArraysUtils.Filter<BodyCompilationData> filter()
Copyright © 2012-2015. All Rights Reserved.