@Generated(value="uk.co.real_logic.artio") public enum CancelOnDisconnectType extends java.lang.Enum<CancelOnDisconnectType> implements uk.co.real_logic.artio.builder.IntRepresentable
| Enum Constant and Description |
|---|
ARTIO_UNKNOWN |
CANCEL_ON_DISCONNECT_ONLY |
CANCEL_ON_DISCONNECT_OR_LOGOUT |
CANCEL_ON_LOGOUT_ONLY |
DO_NOT_CANCEL_ON_DISCONNECT_OR_LOGOUT |
NULL_VAL |
| Modifier and Type | Method and Description |
|---|---|
static CancelOnDisconnectType |
decode(int representation) |
static boolean |
isValid(int representation) |
int |
representation() |
static CancelOnDisconnectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CancelOnDisconnectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CancelOnDisconnectType DO_NOT_CANCEL_ON_DISCONNECT_OR_LOGOUT
public static final CancelOnDisconnectType CANCEL_ON_DISCONNECT_ONLY
public static final CancelOnDisconnectType CANCEL_ON_LOGOUT_ONLY
public static final CancelOnDisconnectType CANCEL_ON_DISCONNECT_OR_LOGOUT
public static final CancelOnDisconnectType NULL_VAL
public static final CancelOnDisconnectType ARTIO_UNKNOWN
public static CancelOnDisconnectType[] values()
for (CancelOnDisconnectType c : CancelOnDisconnectType.values()) System.out.println(c);
public static CancelOnDisconnectType 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 int representation()
representation in interface uk.co.real_logic.artio.builder.IntRepresentablepublic static boolean isValid(int representation)
public static CancelOnDisconnectType decode(int representation)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.