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