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