public enum SCSpecEventParamLocationV0 extends java.lang.Enum<SCSpecEventParamLocationV0> implements XdrElement
enum SCSpecEventParamLocationV0
{
SC_SPEC_EVENT_PARAM_LOCATION_DATA = 0,
SC_SPEC_EVENT_PARAM_LOCATION_TOPIC_LIST = 1
};
| Enum Constant and Description |
|---|
SC_SPEC_EVENT_PARAM_LOCATION_DATA |
SC_SPEC_EVENT_PARAM_LOCATION_TOPIC_LIST |
| Modifier and Type | Method and Description |
|---|---|
static SCSpecEventParamLocationV0 |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
static SCSpecEventParamLocationV0 |
fromXdrBase64(java.lang.String xdr) |
static SCSpecEventParamLocationV0 |
fromXdrByteArray(byte[] xdr) |
int |
getValue() |
static SCSpecEventParamLocationV0 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SCSpecEventParamLocationV0[] |
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 SCSpecEventParamLocationV0 SC_SPEC_EVENT_PARAM_LOCATION_DATA
public static final SCSpecEventParamLocationV0 SC_SPEC_EVENT_PARAM_LOCATION_TOPIC_LIST
public static SCSpecEventParamLocationV0[] values()
for (SCSpecEventParamLocationV0 c : SCSpecEventParamLocationV0.values()) System.out.println(c);
public static SCSpecEventParamLocationV0 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 SCSpecEventParamLocationV0 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 SCSpecEventParamLocationV0 fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOExceptionpublic static SCSpecEventParamLocationV0 fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException