public static enum SendPartyDestinationCookiePacket.Intent extends java.lang.Enum<SendPartyDestinationCookiePacket.Intent>
| Modifier and Type | Method and Description |
|---|---|
static SendPartyDestinationCookiePacket.Intent |
fromName(java.lang.String serializeName) |
java.lang.String |
getSerializeName() |
static SendPartyDestinationCookiePacket.Intent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SendPartyDestinationCookiePacket.Intent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SendPartyDestinationCookiePacket.Intent NOTIFY
public static final SendPartyDestinationCookiePacket.Intent OPT_IN
public static final SendPartyDestinationCookiePacket.Intent OPT_OUT
public static SendPartyDestinationCookiePacket.Intent[] values()
for (SendPartyDestinationCookiePacket.Intent c : SendPartyDestinationCookiePacket.Intent.values()) System.out.println(c);
public static SendPartyDestinationCookiePacket.Intent 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 java.lang.String getSerializeName()
public static SendPartyDestinationCookiePacket.Intent fromName(java.lang.String serializeName)