public enum FhirApiName extends Enum<FhirApiName> implements org.apache.camel.util.component.ApiName
ApiName
Enumeration for Component FhirEnum Constant and Description |
---|
CAPABILITIES |
CREATE |
DELETE |
HISTORY |
LOAD_PAGE |
META |
OPERATION |
PATCH |
READ |
SEARCH |
TRANSACTION |
UPDATE |
VALIDATE |
Modifier and Type | Method and Description |
---|---|
static FhirApiName |
fromValue(String value) |
String |
getName() |
static FhirApiName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FhirApiName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FhirApiName CAPABILITIES
public static final FhirApiName CREATE
public static final FhirApiName DELETE
public static final FhirApiName HISTORY
public static final FhirApiName LOAD_PAGE
public static final FhirApiName META
public static final FhirApiName OPERATION
public static final FhirApiName PATCH
public static final FhirApiName READ
public static final FhirApiName SEARCH
public static final FhirApiName TRANSACTION
public static final FhirApiName UPDATE
public static final FhirApiName VALIDATE
public static FhirApiName[] values()
for (FhirApiName c : FhirApiName.values()) System.out.println(c);
public static FhirApiName 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 getName()
getName
in interface org.apache.camel.util.component.ApiName
public static FhirApiName fromValue(String value) throws IllegalArgumentException
IllegalArgumentException
Apache Camel