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