public enum DataShapeKinds extends Enum<DataShapeKinds>
| Enum Constant and Description |
|---|
ANY |
JAVA |
JSON_INSTANCE |
JSON_SCHEMA |
NONE |
XML_INSTANCE |
XML_SCHEMA |
XML_SCHEMA_INSPECTED |
| Modifier and Type | Method and Description |
|---|---|
static DataShapeKinds |
fromString(String string) |
String |
toString() |
static DataShapeKinds |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataShapeKinds[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataShapeKinds ANY
public static final DataShapeKinds JAVA
public static final DataShapeKinds JSON_SCHEMA
public static final DataShapeKinds JSON_INSTANCE
public static final DataShapeKinds XML_SCHEMA
public static final DataShapeKinds XML_SCHEMA_INSPECTED
public static final DataShapeKinds XML_INSTANCE
public static final DataShapeKinds NONE
public static DataShapeKinds[] values()
for (DataShapeKinds c : DataShapeKinds.values()) System.out.println(c);
public static DataShapeKinds 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<DataShapeKinds>public static DataShapeKinds fromString(String string)
Copyright © 2016–2019 Red Hat. All rights reserved.