public static enum StatementContext.Tuple extends Enum<StatementContext.Tuple>
| Enum Constant and Description |
|---|
DOMAIN_CONTROLLER
Please not that this tuple might not always resolve to the domain controller.
|
SELECTED_GROUP |
SELECTED_HOST |
SELECTED_PROFILE |
SELECTED_SERVER |
SELECTED_SERVER_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
static StatementContext.Tuple |
from(String name) |
String |
resource() |
static StatementContext.Tuple |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatementContext.Tuple[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
String |
variable() |
public static final StatementContext.Tuple DOMAIN_CONTROLLER
Address templates which use this tuple must be prepared that it does not always resolve to the domain controller.
public static final StatementContext.Tuple SELECTED_PROFILE
public static final StatementContext.Tuple SELECTED_GROUP
public static final StatementContext.Tuple SELECTED_HOST
public static final StatementContext.Tuple SELECTED_SERVER_CONFIG
public static final StatementContext.Tuple SELECTED_SERVER
public static StatementContext.Tuple[] values()
for (StatementContext.Tuple c : StatementContext.Tuple.values()) System.out.println(c);
public static StatementContext.Tuple 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 nullpublic String resource()
public String variable()
public static StatementContext.Tuple from(String name)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.