public enum RuleViolationReason extends Enum<RuleViolationReason>
RuleViolationReason.| Enum Constant and Description |
|---|
ABUSE
The constant rule violation for abuse reason.
|
ADVERTISING
The constant rule violation for advertising reason.
|
OTHER
The constant rule violation for other reason.
|
RACIST
The constant rule violation for racist reason.
|
| Modifier and Type | Method and Description |
|---|---|
static RuleViolationReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleViolationReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleViolationReason ABUSE
public static final RuleViolationReason RACIST
public static final RuleViolationReason ADVERTISING
public static final RuleViolationReason OTHER
public static RuleViolationReason[] values()
for (RuleViolationReason c : RuleViolationReason.values()) System.out.println(c);
public static RuleViolationReason 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 © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.