public static enum NFAAnalyserInterface.AnalysisResultsType extends Enum<NFAAnalyserInterface.AnalysisResultsType>
| Enum Constant and Description |
|---|
ANALYSIS_FAILED |
EDA |
IDA |
NO_EDA |
NO_IDA |
TIMEOUT_IN_EDA |
TIMEOUT_IN_IDA |
| Modifier and Type | Method and Description |
|---|---|
static NFAAnalyserInterface.AnalysisResultsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NFAAnalyserInterface.AnalysisResultsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NFAAnalyserInterface.AnalysisResultsType EDA
public static final NFAAnalyserInterface.AnalysisResultsType NO_EDA
public static final NFAAnalyserInterface.AnalysisResultsType IDA
public static final NFAAnalyserInterface.AnalysisResultsType NO_IDA
public static final NFAAnalyserInterface.AnalysisResultsType TIMEOUT_IN_EDA
public static final NFAAnalyserInterface.AnalysisResultsType TIMEOUT_IN_IDA
public static final NFAAnalyserInterface.AnalysisResultsType ANALYSIS_FAILED
public static NFAAnalyserInterface.AnalysisResultsType[] values()
for (NFAAnalyserInterface.AnalysisResultsType c : NFAAnalyserInterface.AnalysisResultsType.values()) System.out.println(c);
public static NFAAnalyserInterface.AnalysisResultsType 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 nullCopyright © 2021. All rights reserved.