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