public enum ProjectProperty extends Enum<ProjectProperty>
ProjectConfig
.Enum Constant and Description |
---|
CORE_IS_INSTALLED |
ERRAI_VERSION |
INSTALLED_FEATURES |
MODULE_FILE |
MODULE_LOGICAL |
MODULE_NAME |
Modifier and Type | Method and Description |
---|---|
static ProjectProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectProperty MODULE_FILE
public static final ProjectProperty MODULE_LOGICAL
public static final ProjectProperty MODULE_NAME
public static final ProjectProperty INSTALLED_FEATURES
public static final ProjectProperty ERRAI_VERSION
public static final ProjectProperty CORE_IS_INSTALLED
public final Class<?> valueType
public static ProjectProperty[] values()
for (ProjectProperty c : ProjectProperty.values()) System.out.println(c);
public static ProjectProperty 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 © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.