public static enum SocialUgc.ModerationStatus extends Enum<SocialUgc.ModerationStatus>
| Enum Constant and Description |
|---|
APPROVED |
PENDING |
SPAM |
TRASH |
UNMODERATED |
| Modifier and Type | Method and Description |
|---|---|
static SocialUgc.ModerationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocialUgc.ModerationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SocialUgc.ModerationStatus UNMODERATED
public static final SocialUgc.ModerationStatus PENDING
public static final SocialUgc.ModerationStatus APPROVED
public static final SocialUgc.ModerationStatus SPAM
public static final SocialUgc.ModerationStatus TRASH
public static SocialUgc.ModerationStatus[] values()
for (SocialUgc.ModerationStatus c : SocialUgc.ModerationStatus.values()) System.out.println(c);
public static SocialUgc.ModerationStatus 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 © 2014 CrafterCMS. All Rights Reserved.