public enum PollActions extends Enum<PollActions>
| Enum Constant and Description |
|---|
ATTACH |
CLONE |
CLOSE |
DELETE |
EDIT |
EXPORT |
MODERATE |
RESULT |
SUMMARY |
VOTE |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionPrefix() |
static PollActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PollActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PollActions ATTACH
public static final PollActions VOTE
public static final PollActions RESULT
public static final PollActions SUMMARY
public static final PollActions MODERATE
public static final PollActions EDIT
public static final PollActions CLOSE
public static final PollActions CLONE
public static final PollActions EXPORT
public static final PollActions DELETE
public static PollActions[] values()
for (PollActions c : PollActions.values()) System.out.println(c);
public static PollActions 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 getActionPrefix()
Copyright © 2009–2014 CodeLutin. All rights reserved.