public enum R66FiniteDualStates extends Enum<R66FiniteDualStates>
Enum Constant and Description |
---|
AUTHENTD |
AUTHENTR |
BUSINESSD |
BUSINESSR |
CLOSEDCHANNEL |
DATAR |
DATAS |
ENDREQUESTR |
ENDREQUESTS |
ENDTRANSFERR |
ENDTRANSFERS |
ERROR |
INFORMATION |
OPENEDCHANNEL |
REQUESTD |
REQUESTR |
SHUTDOWN |
STARTUP |
TEST |
VALID |
VALIDOTHER |
Modifier and Type | Method and Description |
---|---|
static void |
endSessionMachineSate(MachineState<R66FiniteDualStates> machine) |
static void |
initR66FiniteStates()
This method should be called once at startup to initialize the Finite
States association.
|
static MachineState<R66FiniteDualStates> |
newSessionMachineState() |
static R66FiniteDualStates |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static R66FiniteDualStates[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final R66FiniteDualStates OPENEDCHANNEL
public static final R66FiniteDualStates CLOSEDCHANNEL
public static final R66FiniteDualStates ERROR
public static final R66FiniteDualStates STARTUP
public static final R66FiniteDualStates AUTHENTR
public static final R66FiniteDualStates AUTHENTD
public static final R66FiniteDualStates REQUESTR
public static final R66FiniteDualStates REQUESTD
public static final R66FiniteDualStates VALID
public static final R66FiniteDualStates DATAR
public static final R66FiniteDualStates DATAS
public static final R66FiniteDualStates ENDTRANSFERR
public static final R66FiniteDualStates ENDREQUESTR
public static final R66FiniteDualStates ENDTRANSFERS
public static final R66FiniteDualStates ENDREQUESTS
public static final R66FiniteDualStates TEST
public static final R66FiniteDualStates INFORMATION
public static final R66FiniteDualStates VALIDOTHER
public static final R66FiniteDualStates SHUTDOWN
public static final R66FiniteDualStates BUSINESSR
public static final R66FiniteDualStates BUSINESSD
public static R66FiniteDualStates[] values()
for (R66FiniteDualStates c : R66FiniteDualStates.values()) System.out.println(c);
public static R66FiniteDualStates valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static void initR66FiniteStates()
public static MachineState<R66FiniteDualStates> newSessionMachineState()
public static void endSessionMachineSate(MachineState<R66FiniteDualStates> machine)
machine
- the Session MachineState to releaseCopyright © 2009–2020 Waarp. All rights reserved.