public enum ComponentVersionApprovalStatusType extends java.lang.Enum<ComponentVersionApprovalStatusType>
| Enum Constant and Description |
|---|
APPROVED |
CONDITIONALLY_APPROVED |
DEPRECATED |
REJECTED |
UNREVIEWED |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
prettyPrint() |
static ComponentVersionApprovalStatusType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ComponentVersionApprovalStatusType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentVersionApprovalStatusType APPROVED
public static final ComponentVersionApprovalStatusType CONDITIONALLY_APPROVED
public static final ComponentVersionApprovalStatusType DEPRECATED
public static final ComponentVersionApprovalStatusType REJECTED
public static final ComponentVersionApprovalStatusType UNREVIEWED
public static ComponentVersionApprovalStatusType[] values()
for (ComponentVersionApprovalStatusType c : ComponentVersionApprovalStatusType.values()) System.out.println(c);
public static ComponentVersionApprovalStatusType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String prettyPrint()