public enum GovernanceClassificationStatus extends Enum<GovernanceClassificationStatus> implements Serializable
| Enum Constant and Description |
|---|
Deprecated
The classification assignment should no longer be used.
|
Discovered
The classification assignment was discovered by an automated process.
|
Imported
The classification assignment was imported from another metadata system.
|
Obsolete
The classification assignment must no longer be used.
|
Other
Another classification assignment status.
|
Proposed
The classification assignment was proposed by a subject matter expert.
|
Validated
The classification 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 GovernanceClassificationStatus enum instance
|
int |
getOrdinal()
Return the numerical value for the enum.
|
static GovernanceClassificationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GovernanceClassificationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GovernanceClassificationStatus Discovered
public static final GovernanceClassificationStatus Proposed
public static final GovernanceClassificationStatus Imported
public static final GovernanceClassificationStatus Validated
public static final GovernanceClassificationStatus Deprecated
public static final GovernanceClassificationStatus Obsolete
public static final GovernanceClassificationStatus Other
public static GovernanceClassificationStatus[] values()
for (GovernanceClassificationStatus c : GovernanceClassificationStatus.values()) System.out.println(c);
public static GovernanceClassificationStatus 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–2021 LF AI & Data Foundation. All rights reserved.