public static enum Invitation.InvitationType extends Enum<Invitation.InvitationType>
Modifier and Type | Method and Description |
---|---|
static Invitation.InvitationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Invitation.InvitationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Invitation.InvitationType NOMINATED
public static final Invitation.InvitationType MODERATED
public static Invitation.InvitationType[] values()
for (Invitation.InvitationType c : Invitation.InvitationType.values()) System.out.println(c);
public static Invitation.InvitationType 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 © 2005–2017 Alfresco Software. All rights reserved.