public enum PayloadMessageType extends Enum<PayloadMessageType>
| Enum Constant and Description |
|---|
error_response |
issue |
issue_response |
list |
list_response |
revoke |
revoke_response |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsAsEnum(String name) |
static PayloadMessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PayloadMessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PayloadMessageType list
public static final PayloadMessageType list_response
public static final PayloadMessageType issue
public static final PayloadMessageType issue_response
public static final PayloadMessageType revoke
public static final PayloadMessageType revoke_response
public static final PayloadMessageType error_response
public static PayloadMessageType[] values()
for (PayloadMessageType c : PayloadMessageType.values()) System.out.println(c);
public static PayloadMessageType 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 boolean containsAsEnum(String name)
Copyright © 2008–2018 RIPE Network Coordination Centre (RIPE NCC). All rights reserved.