public enum MetaDataStatus extends java.lang.Enum<MetaDataStatus>
| Enum Constant and Description |
|---|
FILE_ERROR |
INVALID_OFFSET |
NO_META_DATA |
NULL_VAL
To be used to represent not present or null.
|
OK |
UNKNOWN_SESSION |
| Modifier and Type | Method and Description |
|---|---|
static MetaDataStatus |
get(short value)
Lookup the enum value representing the value.
|
short |
value()
The raw encoded value in the Java type representation.
|
static MetaDataStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetaDataStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetaDataStatus OK
public static final MetaDataStatus UNKNOWN_SESSION
public static final MetaDataStatus FILE_ERROR
public static final MetaDataStatus NO_META_DATA
public static final MetaDataStatus INVALID_OFFSET
public static final MetaDataStatus NULL_VAL
public static MetaDataStatus[] values()
for (MetaDataStatus c : MetaDataStatus.values()) System.out.println(c);
public static MetaDataStatus 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 short value()
public static MetaDataStatus get(short value)
value - encoded to be looked up.Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.