public enum ProjectCloneCategoriesType extends java.lang.Enum<ProjectCloneCategoriesType>
| Enum Constant and Description |
|---|
COMPONENT_DATA |
LICENSE_TERM_FULFILLMENT |
VULN_DATA |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
prettyPrint() |
static ProjectCloneCategoriesType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProjectCloneCategoriesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectCloneCategoriesType COMPONENT_DATA
public static final ProjectCloneCategoriesType LICENSE_TERM_FULFILLMENT
public static final ProjectCloneCategoriesType VULN_DATA
public static ProjectCloneCategoriesType[] values()
for (ProjectCloneCategoriesType c : ProjectCloneCategoriesType.values()) System.out.println(c);
public static ProjectCloneCategoriesType 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()