Enum RegistrationFeatureType
- java.lang.Object
-
- java.lang.Enum<RegistrationFeatureType>
-
- com.synopsys.integration.blackduck.api.generated.deprecated.enumeration.RegistrationFeatureType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<RegistrationFeatureType>
@Deprecated public enum RegistrationFeatureType extends java.lang.Enum<RegistrationFeatureType>
Deprecated.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BDSADeprecated.BINARY_ANALYSISDeprecated.CONNECT_AND_SHAREDeprecated.CRYPTO_ALGORITHMSDeprecated.CUSTOM_SIGNATURESDeprecated.DEEP_VULNERABILITY_INTELLIGENCEDeprecated.ISCANDeprecated.NOTIFICATIONSDeprecated.OPSSIGHTDeprecated.OSS_ATTRIBUTIONDeprecated.OSS_NOTICES_REPORTSDeprecated.POLICY_MANAGEMENTDeprecated.PROJECT_MANAGEMENTDeprecated.REST_APIDeprecated.RISK_MANAGEMENTDeprecated.SNIPPETDeprecated.THREAT_CHECKERDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringprettyPrint()Deprecated.static RegistrationFeatureTypevalueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static RegistrationFeatureType[]values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BDSA
public static final RegistrationFeatureType BDSA
Deprecated.
-
BINARY_ANALYSIS
public static final RegistrationFeatureType BINARY_ANALYSIS
Deprecated.
-
CONNECT_AND_SHARE
public static final RegistrationFeatureType CONNECT_AND_SHARE
Deprecated.
-
CRYPTO_ALGORITHMS
public static final RegistrationFeatureType CRYPTO_ALGORITHMS
Deprecated.
-
CUSTOM_SIGNATURES
public static final RegistrationFeatureType CUSTOM_SIGNATURES
Deprecated.
-
DEEP_VULNERABILITY_INTELLIGENCE
public static final RegistrationFeatureType DEEP_VULNERABILITY_INTELLIGENCE
Deprecated.
-
ISCAN
public static final RegistrationFeatureType ISCAN
Deprecated.
-
NOTIFICATIONS
public static final RegistrationFeatureType NOTIFICATIONS
Deprecated.
-
OPSSIGHT
public static final RegistrationFeatureType OPSSIGHT
Deprecated.
-
OSS_ATTRIBUTION
public static final RegistrationFeatureType OSS_ATTRIBUTION
Deprecated.
-
OSS_NOTICES_REPORTS
public static final RegistrationFeatureType OSS_NOTICES_REPORTS
Deprecated.
-
POLICY_MANAGEMENT
public static final RegistrationFeatureType POLICY_MANAGEMENT
Deprecated.
-
PROJECT_MANAGEMENT
public static final RegistrationFeatureType PROJECT_MANAGEMENT
Deprecated.
-
REST_API
public static final RegistrationFeatureType REST_API
Deprecated.
-
RISK_MANAGEMENT
public static final RegistrationFeatureType RISK_MANAGEMENT
Deprecated.
-
SNIPPET
public static final RegistrationFeatureType SNIPPET
Deprecated.
-
THREAT_CHECKER
public static final RegistrationFeatureType THREAT_CHECKER
Deprecated.
-
-
Method Detail
-
values
public static RegistrationFeatureType[] 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 (RegistrationFeatureType c : RegistrationFeatureType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static RegistrationFeatureType 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.
-
-