public static enum ReferenceMetadata.ReferenceScope extends Enum<ReferenceMetadata.ReferenceScope>
Enum Constant and Description |
---|
bundle |
prototype |
prototype_required |
Modifier and Type | Method and Description |
---|---|
static ReferenceMetadata.ReferenceScope |
valueOf(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(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 © 2006–2020 The Apache Software Foundation. All rights reserved.