public static enum ThriftEndpointBuilderFactory.ThriftCompressionType extends Enum<ThriftEndpointBuilderFactory.ThriftCompressionType>
org.apache.camel.component.thrift.ThriftCompressionType
enum.| Modifier and Type | Method and Description |
|---|---|
static ThriftEndpointBuilderFactory.ThriftCompressionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThriftEndpointBuilderFactory.ThriftCompressionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThriftEndpointBuilderFactory.ThriftCompressionType NONE
public static final ThriftEndpointBuilderFactory.ThriftCompressionType ZLIB
public static ThriftEndpointBuilderFactory.ThriftCompressionType[] values()
for (ThriftEndpointBuilderFactory.ThriftCompressionType c : ThriftEndpointBuilderFactory.ThriftCompressionType.values()) System.out.println(c);
public static ThriftEndpointBuilderFactory.ThriftCompressionType 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 nullApache Camel