public static enum Wildcard.Object extends Enum<Wildcard.Object> implements WildcardObject
Wildcard.All, Wildcard.Annotation, Wildcard.Class, Wildcard.Key, Wildcard.Object, Wildcard.Scope, Wildcard.TypeLiteral| Enum Constant and Description |
|---|
ANY_OBJECT |
| Modifier and Type | Method and Description |
|---|---|
static Wildcard.Object |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Wildcard.Object[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Wildcard.Object ANY_OBJECT
public static Wildcard.Object[] values()
for (Wildcard.Object c : Wildcard.Object.values()) System.out.println(c);
public static Wildcard.Object 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 © 2014. All Rights Reserved.