public static enum ProtonFactory.ImplementationType extends Enum<ProtonFactory.ImplementationType>
Modifier and Type | Method and Description |
---|---|
static ProtonFactory.ImplementationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtonFactory.ImplementationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtonFactory.ImplementationType PROTON_C
public static final ProtonFactory.ImplementationType PROTON_J
public static final ProtonFactory.ImplementationType ANY
public static ProtonFactory.ImplementationType[] values()
for (ProtonFactory.ImplementationType c : ProtonFactory.ImplementationType.values()) System.out.println(c);
public static ProtonFactory.ImplementationType 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 © 2013 The Apache Software Foundation. All rights reserved.