Enum VersionBomComponentMatchType
- java.lang.Object
-
- java.lang.Enum<VersionBomComponentMatchType>
-
- com.synopsys.integration.blackduck.api.generated.deprecated.enumeration.VersionBomComponentMatchType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<VersionBomComponentMatchType>
@Deprecated public enum VersionBomComponentMatchType extends java.lang.Enum<VersionBomComponentMatchType>
Deprecated.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BINARYDeprecated.FILE_DEPENDENCYDeprecated.FILE_DEPENDENCY_DIRECTDeprecated.FILE_DEPENDENCY_TRANSITIVEDeprecated.FILE_EXACTDeprecated.FILE_EXACT_FILE_MATCHDeprecated.FILE_FILES_ADDED_DELETED_AND_MODIFIEDDeprecated.FILE_SOME_FILES_MODIFIEDDeprecated.MANUAL_BOM_COMPONENTDeprecated.MANUAL_BOM_FILEDeprecated.PARTIAL_FILEDeprecated.SNIPPETDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringprettyPrint()Deprecated.static VersionBomComponentMatchTypevalueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static VersionBomComponentMatchType[]values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BINARY
public static final VersionBomComponentMatchType BINARY
Deprecated.
-
FILE_DEPENDENCY
public static final VersionBomComponentMatchType FILE_DEPENDENCY
Deprecated.
-
FILE_DEPENDENCY_DIRECT
public static final VersionBomComponentMatchType FILE_DEPENDENCY_DIRECT
Deprecated.
-
FILE_DEPENDENCY_TRANSITIVE
public static final VersionBomComponentMatchType FILE_DEPENDENCY_TRANSITIVE
Deprecated.
-
FILE_EXACT
public static final VersionBomComponentMatchType FILE_EXACT
Deprecated.
-
FILE_EXACT_FILE_MATCH
public static final VersionBomComponentMatchType FILE_EXACT_FILE_MATCH
Deprecated.
-
FILE_FILES_ADDED_DELETED_AND_MODIFIED
public static final VersionBomComponentMatchType FILE_FILES_ADDED_DELETED_AND_MODIFIED
Deprecated.
-
FILE_SOME_FILES_MODIFIED
public static final VersionBomComponentMatchType FILE_SOME_FILES_MODIFIED
Deprecated.
-
MANUAL_BOM_COMPONENT
public static final VersionBomComponentMatchType MANUAL_BOM_COMPONENT
Deprecated.
-
MANUAL_BOM_FILE
public static final VersionBomComponentMatchType MANUAL_BOM_FILE
Deprecated.
-
PARTIAL_FILE
public static final VersionBomComponentMatchType PARTIAL_FILE
Deprecated.
-
SNIPPET
public static final VersionBomComponentMatchType SNIPPET
Deprecated.
-
-
Method Detail
-
values
public static VersionBomComponentMatchType[] 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 (VersionBomComponentMatchType c : VersionBomComponentMatchType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static VersionBomComponentMatchType 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.
-
-