public static enum AttributeModule.ModuleContentFlags extends java.lang.Enum<AttributeModule.ModuleContentFlags>
Enum Constant and Description |
---|
MANDATED |
STATIC_PHASE |
SYNTHETIC |
TRANSITIVE |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
comment |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<AttributeModule.ModuleContentFlags> |
build(int raw) |
java.lang.String |
toString() |
static AttributeModule.ModuleContentFlags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttributeModule.ModuleContentFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeModule.ModuleContentFlags TRANSITIVE
public static final AttributeModule.ModuleContentFlags STATIC_PHASE
public static final AttributeModule.ModuleContentFlags SYNTHETIC
public static final AttributeModule.ModuleContentFlags MANDATED
public static AttributeModule.ModuleContentFlags[] values()
for (AttributeModule.ModuleContentFlags c : AttributeModule.ModuleContentFlags.values()) System.out.println(c);
public static AttributeModule.ModuleContentFlags 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 nullpublic static java.util.Set<AttributeModule.ModuleContentFlags> build(int raw)
public java.lang.String toString()
toString
in class java.lang.Enum<AttributeModule.ModuleContentFlags>