Enum JournalObjectType
- java.lang.Object
-
- java.lang.Enum<JournalObjectType>
-
- com.synopsys.integration.blackduck.api.generated.deprecated.enumeration.JournalObjectType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<JournalObjectType>
@Deprecated public enum JournalObjectType extends java.lang.Enum<JournalObjectType>
Deprecated.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description COMPONENTDeprecated.KB_COMPONENTDeprecated.KB_COMPONENT_VERSIONDeprecated.LICENSE_TERMDeprecated.POLICYDeprecated.PROJECTDeprecated.SCANDeprecated.SNIPPETDeprecated.SOURCE_FILEDeprecated.USERDeprecated.USER_GROUPDeprecated.VERSIONDeprecated.VULNERABILITYDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringprettyPrint()Deprecated.static JournalObjectTypevalueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static JournalObjectType[]values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
COMPONENT
public static final JournalObjectType COMPONENT
Deprecated.
-
KB_COMPONENT
public static final JournalObjectType KB_COMPONENT
Deprecated.
-
KB_COMPONENT_VERSION
public static final JournalObjectType KB_COMPONENT_VERSION
Deprecated.
-
LICENSE_TERM
public static final JournalObjectType LICENSE_TERM
Deprecated.
-
POLICY
public static final JournalObjectType POLICY
Deprecated.
-
PROJECT
public static final JournalObjectType PROJECT
Deprecated.
-
SCAN
public static final JournalObjectType SCAN
Deprecated.
-
SNIPPET
public static final JournalObjectType SNIPPET
Deprecated.
-
SOURCE_FILE
public static final JournalObjectType SOURCE_FILE
Deprecated.
-
USER
public static final JournalObjectType USER
Deprecated.
-
USER_GROUP
public static final JournalObjectType USER_GROUP
Deprecated.
-
VERSION
public static final JournalObjectType VERSION
Deprecated.
-
VULNERABILITY
public static final JournalObjectType VULNERABILITY
Deprecated.
-
-
Method Detail
-
values
public static JournalObjectType[] values()
Deprecated.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 (JournalObjectType c : JournalObjectType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static JournalObjectType valueOf(java.lang.String name)
Deprecated.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()
Deprecated.
-
-