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