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