public enum VisualResultType extends Enum<VisualResultType>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static VisualResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisualResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VisualResultType LEFT
public static final VisualResultType RIGHT
public static final VisualResultType BOTH
public static VisualResultType[] values()
for (VisualResultType c : VisualResultType.values()) System.out.println(c);
public static VisualResultType 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 String toString()
toString
in class Enum<VisualResultType>
Copyright © 2023. All rights reserved.