public static enum MtSbb.MessageProcessingState extends Enum<MtSbb.MessageProcessingState>
| Enum Constant and Description |
|---|
firstMessageSending |
nextSegmentSending |
resendAfterMapProtocolNegotiation |
| Modifier and Type | Method and Description |
|---|---|
static MtSbb.MessageProcessingState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MtSbb.MessageProcessingState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MtSbb.MessageProcessingState firstMessageSending
public static final MtSbb.MessageProcessingState nextSegmentSending
public static final MtSbb.MessageProcessingState resendAfterMapProtocolNegotiation
public static MtSbb.MessageProcessingState[] values()
for (MtSbb.MessageProcessingState c : MtSbb.MessageProcessingState.values()) System.out.println(c);
public static MtSbb.MessageProcessingState 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.