public static enum Holder.Source extends java.lang.Enum<Holder.Source>
| Enum Constant and Description |
|---|
ANNOTATION |
DESCRIPTOR |
EMBEDDED |
JAVAX_API |
| Modifier and Type | Method and Description |
|---|---|
static Holder.Source |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Holder.Source[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Holder.Source EMBEDDED
public static final Holder.Source JAVAX_API
public static final Holder.Source DESCRIPTOR
public static final Holder.Source ANNOTATION
public static Holder.Source[] values()
for (Holder.Source c : Holder.Source.values()) System.out.println(c);
public static Holder.Source valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2013 FuseSource, Corp.. All Rights Reserved.