public static enum PESDKFileRadialFocus.Type extends java.lang.Enum<PESDKFileRadialFocus.Type>
| Enum Constant and Description |
|---|
RADIAL |
| Modifier and Type | Method and Description |
|---|---|
static PESDKFileRadialFocus.Type |
fromValue(java.lang.String value) |
java.lang.String |
toString() |
static PESDKFileRadialFocus.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PESDKFileRadialFocus.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PESDKFileRadialFocus.Type RADIAL
public static PESDKFileRadialFocus.Type[] values()
for (PESDKFileRadialFocus.Type c : PESDKFileRadialFocus.Type.values()) System.out.println(c);
public static PESDKFileRadialFocus.Type 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<PESDKFileRadialFocus.Type>public static PESDKFileRadialFocus.Type fromValue(java.lang.String value)