public static enum PodBuilder.As extends java.lang.Enum<PodBuilder.As>
Enum Constant and Description |
---|
Bevy |
Bool |
Dbl |
Enum |
FKey |
Int |
Jarr |
Jobj |
Lng |
Map |
Obj |
Str |
TS |
Vals |
Virt |
Modifier and Type | Method and Description |
---|---|
static PodBuilder.As |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PodBuilder.As[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PodBuilder.As Str
public static final PodBuilder.As Int
public static final PodBuilder.As Lng
public static final PodBuilder.As Dbl
public static final PodBuilder.As TS
public static final PodBuilder.As Virt
public static final PodBuilder.As Bevy
public static final PodBuilder.As Vals
public static final PodBuilder.As Map
public static final PodBuilder.As Bool
public static final PodBuilder.As Obj
public static final PodBuilder.As Enum
public static final PodBuilder.As FKey
public static final PodBuilder.As Jobj
public static final PodBuilder.As Jarr
public static PodBuilder.As[] values()
for (PodBuilder.As c : PodBuilder.As.values()) System.out.println(c);
public static PodBuilder.As 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