public static enum Modules.Name extends Enum<Modules.Name>
| Enum Constant and Description |
|---|
dependencies |
main_class |
module |
module_ns |
name |
path |
properties |
property |
resource_root |
resources |
slot |
value |
| Modifier and Type | Method and Description |
|---|---|
static Modules.Name |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Modules.Name[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Modules.Name dependencies
public static final Modules.Name main_class
public static final Modules.Name module
public static final Modules.Name module_ns
public static final Modules.Name name
public static final Modules.Name path
public static final Modules.Name properties
public static final Modules.Name property
public static final Modules.Name resource_root
public static final Modules.Name resources
public static final Modules.Name slot
public static final Modules.Name value
public static Modules.Name[] values()
for (Modules.Name c : Modules.Name.values()) System.out.println(c);
public static Modules.Name 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 nullCopyright © 2015 Red Hat, Inc.. All rights reserved.