public static enum Event.EnumPlaceAttachmentSetting extends Enum<Event.EnumPlaceAttachmentSetting>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Event.EnumPlaceAttachmentSetting |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event.EnumPlaceAttachmentSetting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Event.EnumPlaceAttachmentSetting VALUE_1
public static final Event.EnumPlaceAttachmentSetting VALUE_2
public static final Event.EnumPlaceAttachmentSetting NULL
public static Event.EnumPlaceAttachmentSetting[] values()
for (Event.EnumPlaceAttachmentSetting c : Event.EnumPlaceAttachmentSetting.values()) System.out.println(c);
public static Event.EnumPlaceAttachmentSetting 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<Event.EnumPlaceAttachmentSetting>
Copyright © 2018. All rights reserved.