public enum Analysis extends java.lang.Enum<Analysis> implements org.eclipse.emf.common.util.Enumerator
DependableComponentPackage.getAnalysis()
Enum Constant and Description |
---|
CONTRACT_BASED_FTA_ANALYSIS
The 'CONTRACT BASED FTA ANALYSIS' literal object.
|
CONTRACT_COMPOSITE_IMPLEMENTATION_ANALYSIS
The 'CONTRACT COMPOSITE IMPLEMENTATION ANALYSIS' literal object.
|
CONTRACT_IMPLEMENTATION_ANALYSIS
The 'CONTRACT IMPLEMENTATION ANALYSIS' literal object.
|
CONTRACT_PROPERTY_VALIDATION_ANALYSIS
The 'CONTRACT PROPERTY VALIDATION ANALYSIS' literal object.
|
CONTRACT_REFINEMENT_ANALYSIS
The 'CONTRACT REFINEMENT ANALYSIS' literal object.
|
FMEA_ANALYSIS
The 'FMEA ANALYSIS' literal object.
|
FTA_ANALYSIS
The 'FTA ANALYSIS' literal object.
|
MODEL_CHECKING_ANALYSIS
The 'MODEL CHECKING ANALYSIS' literal object.
|
PROPERTY_VALIDATION_ANALYSIS
The 'PROPERTY VALIDATION ANALYSIS' literal object.
|
Modifier and Type | Field and Description |
---|---|
static int |
CONTRACT_BASED_FTA_ANALYSIS_VALUE
The 'CONTRACT BASED FTA ANALYSIS' literal value.
|
static int |
CONTRACT_COMPOSITE_IMPLEMENTATION_ANALYSIS_VALUE
The 'CONTRACT COMPOSITE IMPLEMENTATION ANALYSIS' literal value.
|
static int |
CONTRACT_IMPLEMENTATION_ANALYSIS_VALUE
The 'CONTRACT IMPLEMENTATION ANALYSIS' literal value.
|
static int |
CONTRACT_PROPERTY_VALIDATION_ANALYSIS_VALUE
The 'CONTRACT PROPERTY VALIDATION ANALYSIS' literal value.
|
static int |
CONTRACT_REFINEMENT_ANALYSIS_VALUE
The 'CONTRACT REFINEMENT ANALYSIS' literal value.
|
static int |
FMEA_ANALYSIS_VALUE
The 'FMEA ANALYSIS' literal value.
|
static int |
FTA_ANALYSIS_VALUE
The 'FTA ANALYSIS' literal value.
|
static int |
MODEL_CHECKING_ANALYSIS_VALUE
The 'MODEL CHECKING ANALYSIS' literal value.
|
static int |
PROPERTY_VALIDATION_ANALYSIS_VALUE
The 'PROPERTY VALIDATION ANALYSIS' literal value.
|
static java.util.List<Analysis> |
VALUES
A public read-only list of all the 'Analysis' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static Analysis |
get(int value)
Returns the 'Analysis' literal with the specified integer value.
|
static Analysis |
get(java.lang.String literal)
Returns the 'Analysis' literal with the specified literal value.
|
static Analysis |
getByName(java.lang.String name)
Returns the 'Analysis' literal with the specified name.
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static Analysis |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Analysis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Analysis FMEA_ANALYSIS
FMEA_ANALYSIS_VALUE
public static final Analysis FTA_ANALYSIS
FTA_ANALYSIS_VALUE
public static final Analysis CONTRACT_BASED_FTA_ANALYSIS
CONTRACT_BASED_FTA_ANALYSIS_VALUE
public static final Analysis CONTRACT_REFINEMENT_ANALYSIS
CONTRACT_REFINEMENT_ANALYSIS_VALUE
public static final Analysis CONTRACT_IMPLEMENTATION_ANALYSIS
CONTRACT_IMPLEMENTATION_ANALYSIS_VALUE
public static final Analysis PROPERTY_VALIDATION_ANALYSIS
PROPERTY_VALIDATION_ANALYSIS_VALUE
public static final Analysis CONTRACT_PROPERTY_VALIDATION_ANALYSIS
public static final Analysis MODEL_CHECKING_ANALYSIS
MODEL_CHECKING_ANALYSIS_VALUE
public static final Analysis CONTRACT_COMPOSITE_IMPLEMENTATION_ANALYSIS
public static final int FMEA_ANALYSIS_VALUE
If the meaning of 'FMEA ANALYSIS' literal object isn't clear, there really should be more of a description here...
FMEA_ANALYSIS
,
Constant Field Valuespublic static final int FTA_ANALYSIS_VALUE
If the meaning of 'FTA ANALYSIS' literal object isn't clear, there really should be more of a description here...
FTA_ANALYSIS
,
Constant Field Valuespublic static final int CONTRACT_BASED_FTA_ANALYSIS_VALUE
If the meaning of 'CONTRACT BASED FTA ANALYSIS' literal object isn't clear, there really should be more of a description here...
CONTRACT_BASED_FTA_ANALYSIS
,
Constant Field Valuespublic static final int CONTRACT_REFINEMENT_ANALYSIS_VALUE
If the meaning of 'CONTRACT REFINEMENT ANALYSIS' literal object isn't clear, there really should be more of a description here...
public static final int CONTRACT_IMPLEMENTATION_ANALYSIS_VALUE
If the meaning of 'CONTRACT IMPLEMENTATION ANALYSIS' literal object isn't clear, there really should be more of a description here...
public static final int PROPERTY_VALIDATION_ANALYSIS_VALUE
If the meaning of 'PROPERTY VALIDATION ANALYSIS' literal object isn't clear, there really should be more of a description here...
public static final int CONTRACT_PROPERTY_VALIDATION_ANALYSIS_VALUE
If the meaning of 'CONTRACT PROPERTY VALIDATION ANALYSIS' literal object isn't clear, there really should be more of a description here...
public static final int MODEL_CHECKING_ANALYSIS_VALUE
If the meaning of 'MODEL CHECKING ANALYSIS' literal object isn't clear, there really should be more of a description here...
MODEL_CHECKING_ANALYSIS
,
Constant Field Valuespublic static final int CONTRACT_COMPOSITE_IMPLEMENTATION_ANALYSIS_VALUE
If the meaning of 'CONTRACT COMPOSITE IMPLEMENTATION ANALYSIS' literal object isn't clear, there really should be more of a description here...
public static final java.util.List<Analysis> VALUES
public static Analysis[] values()
for (Analysis c : Analysis.values()) System.out.println(c);
public static Analysis valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static Analysis get(java.lang.String literal)
literal
- the literal.null
.public static Analysis getByName(java.lang.String name)
name
- the name.null
.public static Analysis get(int value)
value
- the integer value.null
.public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<Analysis>