@Deprecated public enum BoundedSchemaCategory extends Enum<BoundedSchemaCategory> implements Serializable
| Enum Constant and Description |
|---|
ARRAY
Deprecated.
|
SET
Deprecated.
|
UNKNOWN
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Deprecated.
|
String |
getName()
Deprecated.
Return the default name for this enum type.
|
int |
getOrdinal()
Deprecated.
|
String |
toString()
Deprecated.
|
static BoundedSchemaCategory |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static BoundedSchemaCategory[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoundedSchemaCategory UNKNOWN
public static final BoundedSchemaCategory ARRAY
public static final BoundedSchemaCategory SET
public static BoundedSchemaCategory[] values()
for (BoundedSchemaCategory c : BoundedSchemaCategory.values()) System.out.println(c);
public static BoundedSchemaCategory 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 null@Deprecated public int getOrdinal()
public String getName()
@Deprecated public String getDescription()
@Deprecated public String toString()
toString in class Enum<BoundedSchemaCategory>Copyright © 2018–2020 ODPi. All rights reserved.