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