public static enum MigratoryDataMessage.MessageType extends Enum<MigratoryDataMessage.MessageType>
| Enum Constant and Description |
|---|
HISTORICAL |
RECOVERED |
SNAPSHOT |
UPDATE |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static MigratoryDataMessage.MessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigratoryDataMessage.MessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MigratoryDataMessage.MessageType SNAPSHOT
public static final MigratoryDataMessage.MessageType UPDATE
public static final MigratoryDataMessage.MessageType RECOVERED
public static final MigratoryDataMessage.MessageType HISTORICAL
public static MigratoryDataMessage.MessageType[] values()
for (MigratoryDataMessage.MessageType c : MigratoryDataMessage.MessageType.values()) System.out.println(c);
public static MigratoryDataMessage.MessageType 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 int code()
Copyright © 2024. All rights reserved.