| Package | Description |
|---|---|
| org.jboss.hal.meta |
| Modifier and Type | Method and Description |
|---|---|
static StatementContext.Tuple |
StatementContext.Tuple.from(String name) |
static StatementContext.Tuple |
StatementContext.Tuple.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatementContext.Tuple[] |
StatementContext.Tuple.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AddressTemplate |
AddressTemplate.of(StatementContext.Tuple placeholder)
Creates a new address template from a well known placeholder.
|
static AddressTemplate |
AddressTemplate.of(StatementContext.Tuple placeholder1,
StatementContext.Tuple placeholder2)
Creates a new address template from two placeholders.
|
static AddressTemplate |
AddressTemplate.of(StatementContext.Tuple placeholder1,
StatementContext.Tuple placeholder2,
String template)
Creates a new address template from two placeholders and an encoded string template.
|
static AddressTemplate |
AddressTemplate.of(StatementContext.Tuple placeholder,
String template)
Creates a new address template from a placeholder and an encoded string template.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.