public static enum AttributeModule.ModuleFlags extends Enum<AttributeModule.ModuleFlags>
| Modifier and Type | Method and Description |
|---|---|
static Set<AttributeModule.ModuleFlags> |
build(int raw) |
String |
toString() |
static AttributeModule.ModuleFlags |
valueOf(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(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 static Set<AttributeModule.ModuleFlags> build(int raw)
public String toString()
toString in class Enum<AttributeModule.ModuleFlags>Copyright © 2011-2021. All Rights Reserved.