| Enum Constant and Description |
|---|
API_DOC
Api doc type enum.
|
DISCOVERY_CONFIG
Discovery config type enum.
|
META_DATA
Meta data data type enum.
|
URI
Uri data type enum.
|
| Modifier and Type | Method and Description |
|---|---|
static DataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataType META_DATA
public static final DataType URI
public static final DataType API_DOC
public static final DataType DISCOVERY_CONFIG
public static DataType[] values()
for (DataType c : DataType.values()) System.out.println(c);
public static DataType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2024 The Apache Software Foundation. All rights reserved.