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