public static enum InvitationErrorDescription.State extends Enum<InvitationErrorDescription.State>
| Modifier and Type | Method and Description |
|---|---|
static InvitationErrorDescription.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvitationErrorDescription.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvitationErrorDescription.State NEW
public static final InvitationErrorDescription.State UPDATED
public static final InvitationErrorDescription.State ERROR
public static InvitationErrorDescription.State[] values()
for (InvitationErrorDescription.State c : InvitationErrorDescription.State.values()) System.out.println(c);
public static InvitationErrorDescription.State 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 Pivotal Software, Inc.. All rights reserved.