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