@Namespace(value="op") public static enum openpose.ErrorMode extends Enum<openpose.ErrorMode>
| Enum Constant and Description |
|---|
All |
FileLogging |
StdCerr |
StdRuntimeError |
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Modifier and Type | Method and Description |
|---|---|
openpose.ErrorMode |
intern() |
String |
toString() |
static openpose.ErrorMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static openpose.ErrorMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final openpose.ErrorMode StdRuntimeError
public static final openpose.ErrorMode FileLogging
public static final openpose.ErrorMode StdCerr
public static final openpose.ErrorMode All
public static openpose.ErrorMode[] values()
for (openpose.ErrorMode c : openpose.ErrorMode.values()) System.out.println(c);
public static openpose.ErrorMode 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 openpose.ErrorMode intern()
public String toString()
toString in class Enum<openpose.ErrorMode>Copyright © 2022. All rights reserved.