public static enum Fbi.Args.Post extends java.lang.Enum<Fbi.Args.Post> implements Fbi.Args
Fbi.Args.Post| Enum Constant and Description |
|---|
CAPTION |
DESCRIPTION |
LINK |
MESSAGE |
NAME |
PICTURE |
PLACE |
SOURCE |
TAGS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
key() |
static Fbi.Args.Post |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Fbi.Args.Post[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Fbi.Args.Post MESSAGE
public static final Fbi.Args.Post PICTURE
public static final Fbi.Args.Post LINK
public static final Fbi.Args.Post NAME
public static final Fbi.Args.Post CAPTION
public static final Fbi.Args.Post DESCRIPTION
public static final Fbi.Args.Post SOURCE
public static final Fbi.Args.Post PLACE
public static final Fbi.Args.Post TAGS
public static Fbi.Args.Post[] values()
for (Fbi.Args.Post c : Fbi.Args.Post.values()) System.out.println(c);
public static Fbi.Args.Post valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is null