public enum DataClassAssignmentStatus extends Enum<DataClassAssignmentStatus> implements Serializable
| Enum Constant and Description |
|---|
Deprecated
The data class assignment should no longer be used.
|
Discovered
The data class assignment was discovered by an automated process.
|
Imported
The data class assignment was imported from another metadata system.
|
Obsolete
The data class assignment must no longer be used.
|
Other
Another data class assignment status.
|
Proposed
The data class assignment was proposed by a subject matter expert.
|
Validated
The data class assignment has been validated and approved by a subject matter expert.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the description for the enum.
|
String |
getName()
Return the descriptive name for the DataClassAssignmentStatus enum instance
|
int |
getOrdinal()
Return the numerical value for the enum.
|
static DataClassAssignmentStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataClassAssignmentStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataClassAssignmentStatus Discovered
public static final DataClassAssignmentStatus Proposed
public static final DataClassAssignmentStatus Imported
public static final DataClassAssignmentStatus Validated
public static final DataClassAssignmentStatus Deprecated
public static final DataClassAssignmentStatus Obsolete
public static final DataClassAssignmentStatus Other
public static DataClassAssignmentStatus[] values()
for (DataClassAssignmentStatus c : DataClassAssignmentStatus.values()) System.out.println(c);
public static DataClassAssignmentStatus 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 getDescription()
public String getName()
Copyright © 2018–2019 ODPi. All rights reserved.