public enum SCEnvMetaKind extends java.lang.Enum<SCEnvMetaKind> implements XdrElement
enum SCEnvMetaKind { SC_ENV_META_KIND_INTERFACE_VERSION = 0 };
Enum Constant and Description |
---|
SC_ENV_META_KIND_INTERFACE_VERSION |
Modifier and Type | Method and Description |
---|---|
static SCEnvMetaKind |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
static SCEnvMetaKind |
fromXdrBase64(java.lang.String xdr) |
static SCEnvMetaKind |
fromXdrByteArray(byte[] xdr) |
int |
getValue() |
static SCEnvMetaKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SCEnvMetaKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
toXdrBase64, toXdrByteArray
public static final SCEnvMetaKind SC_ENV_META_KIND_INTERFACE_VERSION
public static SCEnvMetaKind[] values()
for (SCEnvMetaKind c : SCEnvMetaKind.values()) System.out.println(c);
public static SCEnvMetaKind 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 SCEnvMetaKind decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static SCEnvMetaKind fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static SCEnvMetaKind fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException