Enum MatchedFileUsagesType
- java.lang.Object
-
- java.lang.Enum<MatchedFileUsagesType>
-
- com.synopsys.integration.blackduck.api.generated.deprecated.enumeration.MatchedFileUsagesType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<MatchedFileUsagesType>
@Deprecated public enum MatchedFileUsagesType extends java.lang.Enum<MatchedFileUsagesType>
Deprecated.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DEV_TOOL_EXCLUDEDDeprecated.DYNAMICALLY_LINKEDDeprecated.IMPLEMENTATION_OF_STANDARDDeprecated.MERELY_AGGREGATEDDeprecated.PREREQUISITEDeprecated.SEPARATE_WORKDeprecated.SOURCE_CODEDeprecated.STATICALLY_LINKEDDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringprettyPrint()Deprecated.static MatchedFileUsagesTypevalueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static MatchedFileUsagesType[]values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DEV_TOOL_EXCLUDED
public static final MatchedFileUsagesType DEV_TOOL_EXCLUDED
Deprecated.
-
DYNAMICALLY_LINKED
public static final MatchedFileUsagesType DYNAMICALLY_LINKED
Deprecated.
-
IMPLEMENTATION_OF_STANDARD
public static final MatchedFileUsagesType IMPLEMENTATION_OF_STANDARD
Deprecated.
-
MERELY_AGGREGATED
public static final MatchedFileUsagesType MERELY_AGGREGATED
Deprecated.
-
PREREQUISITE
public static final MatchedFileUsagesType PREREQUISITE
Deprecated.
-
SEPARATE_WORK
public static final MatchedFileUsagesType SEPARATE_WORK
Deprecated.
-
SOURCE_CODE
public static final MatchedFileUsagesType SOURCE_CODE
Deprecated.
-
STATICALLY_LINKED
public static final MatchedFileUsagesType STATICALLY_LINKED
Deprecated.
-
-
Method Detail
-
values
public static MatchedFileUsagesType[] 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 (MatchedFileUsagesType c : MatchedFileUsagesType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static MatchedFileUsagesType 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.
-
-