public static enum TransactionParameter.ParamStyle extends Enum<TransactionParameter.ParamStyle>
| Enum Constant and Description |
|---|
RESOURCE_BUNDLE
New style bundle (defined in hapi-fhir-structures-* as a resource definition itself
|
RESOURCE_LIST
List of resources
|
| Modifier and Type | Method and Description |
|---|---|
static TransactionParameter.ParamStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionParameter.ParamStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransactionParameter.ParamStyle RESOURCE_BUNDLE
public static final TransactionParameter.ParamStyle RESOURCE_LIST
public static TransactionParameter.ParamStyle[] values()
for (TransactionParameter.ParamStyle c : TransactionParameter.ParamStyle.values()) System.out.println(c);
public static TransactionParameter.ParamStyle 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 © 2014–2019 University Health Network. All rights reserved.