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