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