| Enum Constant and Description |
|---|
ARTIO_UNKNOWN |
CANCELED |
FILL |
NEW |
NULL_VAL |
| Modifier and Type | Method and Description |
|---|---|
static ExecType |
decode(int representation) |
static boolean |
isValid(int representation) |
char |
representation() |
static ExecType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExecType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecType NEW
public static final ExecType FILL
public static final ExecType CANCELED
public static final ExecType NULL_VAL
public static final ExecType ARTIO_UNKNOWN
public static ExecType[] values()
for (ExecType c : ExecType.values()) System.out.println(c);
public static ExecType 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 final char representation()
representation in interface uk.co.real_logic.artio.builder.CharRepresentablepublic static boolean isValid(int representation)
public static ExecType decode(int representation)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.