public static enum ASTModuleDirective.RequiresModifier extends java.lang.Enum<ASTModuleDirective.RequiresModifier>
| Enum Constant and Description |
|---|
STATIC |
TRANSITIVE |
| Modifier and Type | Method and Description |
|---|---|
static ASTModuleDirective.RequiresModifier |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ASTModuleDirective.RequiresModifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ASTModuleDirective.RequiresModifier STATIC
public static final ASTModuleDirective.RequiresModifier TRANSITIVE
public static ASTModuleDirective.RequiresModifier[] values()
for (ASTModuleDirective.RequiresModifier c : ASTModuleDirective.RequiresModifier.values()) System.out.println(c);
public static ASTModuleDirective.RequiresModifier 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 nullCopyright © 2002–2017 PMD. All rights reserved.