@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum SourceCodeAnalyzerName extends Enum<SourceCodeAnalyzerName>
Enum Constant and Description |
---|
BYTECODE_ANALYZER |
CSHARP_ANALYZER |
JAVA_ANALYZER |
PORTING_ASSISTANT |
Modifier and Type | Method and Description |
---|---|
static SourceCodeAnalyzerName |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static SourceCodeAnalyzerName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceCodeAnalyzerName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SourceCodeAnalyzerName CSHARP_ANALYZER
public static final SourceCodeAnalyzerName JAVA_ANALYZER
public static final SourceCodeAnalyzerName BYTECODE_ANALYZER
public static final SourceCodeAnalyzerName PORTING_ASSISTANT
public static SourceCodeAnalyzerName[] values()
for (SourceCodeAnalyzerName c : SourceCodeAnalyzerName.values()) System.out.println(c);
public static SourceCodeAnalyzerName valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<SourceCodeAnalyzerName>
public static SourceCodeAnalyzerName fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.