Enum ProjectItemsObjectDataType
- java.lang.Object
-
- java.lang.Enum<ProjectItemsObjectDataType>
-
- com.synopsys.integration.blackduck.api.generated.enumeration.ProjectItemsObjectDataType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ProjectItemsObjectDataType>
public enum ProjectItemsObjectDataType extends java.lang.Enum<ProjectItemsObjectDataType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description COMPONENTKB_COMPONENTKB_COMPONENT_VERSIONLICENSE_TERMPOLICYPROJECTSCANSNIPPETSOURCE_FILEUSERUSER_GROUPVERSIONVULNERABILITY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringprettyPrint()static ProjectItemsObjectDataTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProjectItemsObjectDataType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
COMPONENT
public static final ProjectItemsObjectDataType COMPONENT
-
KB_COMPONENT
public static final ProjectItemsObjectDataType KB_COMPONENT
-
KB_COMPONENT_VERSION
public static final ProjectItemsObjectDataType KB_COMPONENT_VERSION
-
LICENSE_TERM
public static final ProjectItemsObjectDataType LICENSE_TERM
-
POLICY
public static final ProjectItemsObjectDataType POLICY
-
PROJECT
public static final ProjectItemsObjectDataType PROJECT
-
SCAN
public static final ProjectItemsObjectDataType SCAN
-
SNIPPET
public static final ProjectItemsObjectDataType SNIPPET
-
SOURCE_FILE
public static final ProjectItemsObjectDataType SOURCE_FILE
-
USER
public static final ProjectItemsObjectDataType USER
-
USER_GROUP
public static final ProjectItemsObjectDataType USER_GROUP
-
VERSION
public static final ProjectItemsObjectDataType VERSION
-
VULNERABILITY
public static final ProjectItemsObjectDataType VULNERABILITY
-
-
Method Detail
-
values
public static ProjectItemsObjectDataType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ProjectItemsObjectDataType c : ProjectItemsObjectDataType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ProjectItemsObjectDataType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
prettyPrint
public java.lang.String prettyPrint()
-
-