public static enum PostFunctionConfigBean.ATTACHMENT_SELECTION_METHOD extends Enum<PostFunctionConfigBean.ATTACHMENT_SELECTION_METHOD>
| Enum Constant and Description |
|---|
all |
none |
recent |
transition |
| Modifier and Type | Method and Description |
|---|---|
static PostFunctionConfigBean.ATTACHMENT_SELECTION_METHOD |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostFunctionConfigBean.ATTACHMENT_SELECTION_METHOD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PostFunctionConfigBean.ATTACHMENT_SELECTION_METHOD none
public static final PostFunctionConfigBean.ATTACHMENT_SELECTION_METHOD transition
public static final PostFunctionConfigBean.ATTACHMENT_SELECTION_METHOD recent
public static final PostFunctionConfigBean.ATTACHMENT_SELECTION_METHOD all
public static PostFunctionConfigBean.ATTACHMENT_SELECTION_METHOD[] values()
for (PostFunctionConfigBean.ATTACHMENT_SELECTION_METHOD c : PostFunctionConfigBean.ATTACHMENT_SELECTION_METHOD.values()) System.out.println(c);
public static PostFunctionConfigBean.ATTACHMENT_SELECTION_METHOD 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 © 2008–2022 The Plugin People. All rights reserved.