public enum Olingo4ApiName extends Enum<Olingo4ApiName> implements org.apache.camel.support.component.ApiName
ApiName Enumeration for Component Olingo4| Enum Constant and Description |
|---|
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static Olingo4ApiName |
fromValue(String value) |
String |
getName() |
static Olingo4ApiName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Olingo4ApiName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Olingo4ApiName DEFAULT
public static Olingo4ApiName[] values()
for (Olingo4ApiName c : Olingo4ApiName.values()) System.out.println(c);
public static Olingo4ApiName 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.support.component.ApiNamepublic static Olingo4ApiName fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionApache Camel