public static enum CharacterCalendarEvent.ResponseEnum extends Enum<CharacterCalendarEvent.ResponseEnum>
| Modifier and Type | Method and Description |
|---|---|
static CharacterCalendarEvent.ResponseEnum |
fromValue(String text) |
String |
toString() |
static CharacterCalendarEvent.ResponseEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharacterCalendarEvent.ResponseEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CharacterCalendarEvent.ResponseEnum ACCEPTED
public static final CharacterCalendarEvent.ResponseEnum DECLINED
public static final CharacterCalendarEvent.ResponseEnum TENTATIVE
public static CharacterCalendarEvent.ResponseEnum[] values()
for (CharacterCalendarEvent.ResponseEnum c : CharacterCalendarEvent.ResponseEnum.values()) System.out.println(c);
public static CharacterCalendarEvent.ResponseEnum 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 String toString()
toString in class Enum<CharacterCalendarEvent.ResponseEnum>public static CharacterCalendarEvent.ResponseEnum fromValue(String text)
Copyright © 2017. All Rights Reserved.