public static enum ReferenceMetadata.ReferenceScope extends java.lang.Enum<ReferenceMetadata.ReferenceScope>
| Enum Constant and Description |
|---|
bundle |
prototype |
prototype_required |
| Modifier and Type | Method and Description |
|---|---|
static ReferenceMetadata.ReferenceScope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceMetadata.ReferenceScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferenceMetadata.ReferenceScope bundle
public static final ReferenceMetadata.ReferenceScope prototype
public static final ReferenceMetadata.ReferenceScope prototype_required
public static ReferenceMetadata.ReferenceScope[] values()
for (ReferenceMetadata.ReferenceScope c : ReferenceMetadata.ReferenceScope.values()) System.out.println(c);
public static ReferenceMetadata.ReferenceScope 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 null