public static enum Comment.EnumLiveFilter extends Enum<Comment.EnumLiveFilter>
| Enum Constant and Description |
|---|
VALUE_FILTER_LOW_QUALITY |
VALUE_NO_FILTER |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Comment.EnumLiveFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Comment.EnumLiveFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Comment.EnumLiveFilter VALUE_FILTER_LOW_QUALITY
public static final Comment.EnumLiveFilter VALUE_NO_FILTER
public static Comment.EnumLiveFilter[] values()
for (Comment.EnumLiveFilter c : Comment.EnumLiveFilter.values()) System.out.println(c);
public static Comment.EnumLiveFilter 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 toString()
toString in class Enum<Comment.EnumLiveFilter>Copyright © 2020. All rights reserved.