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