@Deprecated public enum AllowEditPost extends Enum<AllowEditPost> implements HasCode<AllowEditPost>
| Enum Constant and Description |
|---|
ALWAYS
Deprecated.
|
NEVER
Deprecated.
|
TIME_LIMIT
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Deprecated.
|
static AllowEditPost |
of(String code)
Deprecated.
|
static AllowEditPost |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AllowEditPost[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllowEditPost ALWAYS
public static final AllowEditPost NEVER
public static final AllowEditPost TIME_LIMIT
public static AllowEditPost[] values()
for (AllowEditPost c : AllowEditPost.values()) System.out.println(c);
public static AllowEditPost 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 static AllowEditPost of(String code)
@Generated(value="lombok") public String getCode()
getCode in interface HasCode<AllowEditPost>Copyright © 2019. All rights reserved.