public static enum PromoteDemoteSectionUtil.PromoteDemote extends java.lang.Enum<PromoteDemoteSectionUtil.PromoteDemote>
Enum Constant and Description |
---|
DEMOTE
Demote section action.
|
PROMOTE
Promote section action.
|
Modifier and Type | Method and Description |
---|---|
static PromoteDemoteSectionUtil.PromoteDemote |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PromoteDemoteSectionUtil.PromoteDemote[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PromoteDemoteSectionUtil.PromoteDemote PROMOTE
public static final PromoteDemoteSectionUtil.PromoteDemote DEMOTE
public static PromoteDemoteSectionUtil.PromoteDemote[] values()
for (PromoteDemoteSectionUtil.PromoteDemote c : PromoteDemoteSectionUtil.PromoteDemote.values()) System.out.println(c);
public static PromoteDemoteSectionUtil.PromoteDemote valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.