public static enum UserGeneratedContentService.APPROVE_ACTION extends java.lang.Enum<UserGeneratedContentService.APPROVE_ACTION>
Modifier and Type | Method and Description |
---|---|
static UserGeneratedContentService.APPROVE_ACTION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UserGeneratedContentService.APPROVE_ACTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserGeneratedContentService.APPROVE_ACTION MOVE
public static final UserGeneratedContentService.APPROVE_ACTION PUBLISH
public static UserGeneratedContentService.APPROVE_ACTION[] values()
for (UserGeneratedContentService.APPROVE_ACTION c : UserGeneratedContentService.APPROVE_ACTION.values()) System.out.println(c);
public static UserGeneratedContentService.APPROVE_ACTION 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 nullCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.