public enum TypeDefStatus extends Enum<TypeDefStatus> implements Serializable
| Enum Constant and Description |
|---|
ACTIVE_TYPEDEF |
DEPRECATED_TYPEDEF |
RENAMED_TYPEDEF |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the description of the status.
|
String |
getName()
Return the descriptive name for the status.
|
int |
getOrdinal()
Return the code value for the status.
|
String |
toString()
toString() JSON-style
|
static TypeDefStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeDefStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeDefStatus ACTIVE_TYPEDEF
public static final TypeDefStatus RENAMED_TYPEDEF
public static final TypeDefStatus DEPRECATED_TYPEDEF
public static TypeDefStatus[] values()
for (TypeDefStatus c : TypeDefStatus.values()) System.out.println(c);
public static TypeDefStatus 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 int getOrdinal()
public String getName()
public String getDescription()
public String toString()
toString in class Enum<TypeDefStatus>Copyright © 2018–2020 ODPi. All rights reserved.