public static enum MoSbb.MoProcessingState extends Enum<MoSbb.MoProcessingState>
| Enum Constant and Description |
|---|
OnlyRequestRecieved |
OtherDataRecieved |
| Modifier and Type | Method and Description |
|---|---|
static MoSbb.MoProcessingState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MoSbb.MoProcessingState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoSbb.MoProcessingState OnlyRequestRecieved
public static final MoSbb.MoProcessingState OtherDataRecieved
public static MoSbb.MoProcessingState[] values()
for (MoSbb.MoProcessingState c : MoSbb.MoProcessingState.values()) System.out.println(c);
public static MoSbb.MoProcessingState 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 nullCopyright © 2016. All Rights Reserved.