public static enum SystemPropertyResourceDefinition.Location extends Enum<SystemPropertyResourceDefinition.Location>
| Enum Constant and Description |
|---|
DOMAIN |
HOST |
SERVER_CONFIG |
SERVER_GROUP |
STANDALONE |
| Modifier and Type | Method and Description |
|---|---|
static SystemPropertyResourceDefinition.Location |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemPropertyResourceDefinition.Location[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemPropertyResourceDefinition.Location STANDALONE
public static final SystemPropertyResourceDefinition.Location DOMAIN
public static final SystemPropertyResourceDefinition.Location HOST
public static final SystemPropertyResourceDefinition.Location SERVER_CONFIG
public static final SystemPropertyResourceDefinition.Location SERVER_GROUP
public static SystemPropertyResourceDefinition.Location[] values()
for (SystemPropertyResourceDefinition.Location c : SystemPropertyResourceDefinition.Location.values()) System.out.println(c);
public static SystemPropertyResourceDefinition.Location 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 © 2019 JBoss by Red Hat. All rights reserved.