public enum BinaryFuseFilterType extends java.lang.Enum<BinaryFuseFilterType> implements XdrElement
enum BinaryFuseFilterType
{
BINARY_FUSE_FILTER_8_BIT = 0,
BINARY_FUSE_FILTER_16_BIT = 1,
BINARY_FUSE_FILTER_32_BIT = 2
};
| Enum Constant and Description |
|---|
BINARY_FUSE_FILTER_16_BIT |
BINARY_FUSE_FILTER_32_BIT |
BINARY_FUSE_FILTER_8_BIT |
| Modifier and Type | Method and Description |
|---|---|
static BinaryFuseFilterType |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
static BinaryFuseFilterType |
fromXdrBase64(java.lang.String xdr) |
static BinaryFuseFilterType |
fromXdrByteArray(byte[] xdr) |
int |
getValue() |
static BinaryFuseFilterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BinaryFuseFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOftoXdrBase64, toXdrByteArraypublic static final BinaryFuseFilterType BINARY_FUSE_FILTER_8_BIT
public static final BinaryFuseFilterType BINARY_FUSE_FILTER_16_BIT
public static final BinaryFuseFilterType BINARY_FUSE_FILTER_32_BIT
public static BinaryFuseFilterType[] values()
for (BinaryFuseFilterType c : BinaryFuseFilterType.values()) System.out.println(c);
public static BinaryFuseFilterType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static BinaryFuseFilterType decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOExceptionpublic void encode(XdrDataOutputStream stream) throws java.io.IOException
encode in interface XdrElementjava.io.IOExceptionpublic static BinaryFuseFilterType fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOExceptionpublic static BinaryFuseFilterType fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException