public enum TypeDefAttributeStatus extends Enum<TypeDefAttributeStatus>
| Enum Constant and Description |
|---|
ACTIVE_ATTRIBUTE |
DEPRECATED_ATTRIBUTE |
RENAMED_ATTRIBUTE |
| 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 TypeDefAttributeStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeDefAttributeStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeDefAttributeStatus ACTIVE_ATTRIBUTE
public static final TypeDefAttributeStatus RENAMED_ATTRIBUTE
public static final TypeDefAttributeStatus DEPRECATED_ATTRIBUTE
public static TypeDefAttributeStatus[] values()
for (TypeDefAttributeStatus c : TypeDefAttributeStatus.values()) System.out.println(c);
public static TypeDefAttributeStatus 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<TypeDefAttributeStatus>Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.