Package | Description |
---|---|
org.polarsys.chess.chessmlprofile.Dependability.DependableComponent | |
org.polarsys.chess.chessmlprofile.Dependability.DependableComponent.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<Analysis> |
Analysis.VALUES
A public read-only list of all the 'Analysis' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static Analysis |
Analysis.get(int value)
Returns the 'Analysis' literal with the specified integer value.
|
static Analysis |
Analysis.get(java.lang.String literal)
Returns the 'Analysis' literal with the specified literal value.
|
static Analysis |
Analysis.getByName(java.lang.String name)
Returns the 'Analysis' literal with the specified name.
|
Analysis |
AnalysisContextElement.getType()
Returns the value of the 'Type' attribute.
|
static Analysis |
Analysis.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Analysis[] |
Analysis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AnalysisContextElement.setType(Analysis value)
Sets the value of the '
Type ' attribute. |
Modifier and Type | Method and Description |
---|---|
Analysis |
DependableComponentFactoryImpl.createAnalysisFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Analysis |
AnalysisContextElementImpl.getType() |
Modifier and Type | Method and Description |
---|---|
void |
AnalysisContextElementImpl.setType(Analysis newType) |