public static enum AspectTypeResource.ScopeEnum extends Enum<AspectTypeResource.ScopeEnum>
Modifier and Type | Method and Description |
---|---|
static AspectTypeResource.ScopeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static AspectTypeResource.ScopeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AspectTypeResource.ScopeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AspectTypeResource.ScopeEnum PUBLIC
public static final AspectTypeResource.ScopeEnum PRIVATE
public static AspectTypeResource.ScopeEnum[] values()
for (AspectTypeResource.ScopeEnum c : AspectTypeResource.ScopeEnum.values()) System.out.println(c);
public static AspectTypeResource.ScopeEnum 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 nullpublic String getValue()
public String toString()
toString
in class Enum<AspectTypeResource.ScopeEnum>
public static AspectTypeResource.ScopeEnum fromValue(String text)