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