Modifier and Type | Method and Description |
---|---|
RedundancyKind |
RedundancyManager.getScheme()
Returns the value of the 'Scheme' attribute.
|
RedundancyKind |
FaultTolerant.getScheme()
Returns the value of the 'Scheme' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
RedundancyManager.setScheme(RedundancyKind value)
Sets the value of the '
Scheme ' attribute. |
void |
FaultTolerant.setScheme(RedundancyKind value)
Sets the value of the '
Scheme ' attribute. |
Modifier and Type | Method and Description |
---|---|
RedundancyKind |
RedundancyManagerImpl.getScheme() |
RedundancyKind |
FaultTolerantImpl.getScheme() |
Modifier and Type | Method and Description |
---|---|
void |
RedundancyManagerImpl.setScheme(RedundancyKind newScheme) |
void |
FaultTolerantImpl.setScheme(RedundancyKind newScheme) |
Modifier and Type | Field and Description |
---|---|
static java.util.List<RedundancyKind> |
RedundancyKind.VALUES
A public read-only list of all the 'Redundancy Kind' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static RedundancyKind |
RedundancyKind.get(int value)
Returns the 'Redundancy Kind' literal with the specified integer value.
|
static RedundancyKind |
RedundancyKind.get(java.lang.String literal)
Returns the 'Redundancy Kind' literal with the specified literal value.
|
static RedundancyKind |
RedundancyKind.getByName(java.lang.String name)
Returns the 'Redundancy Kind' literal with the specified name.
|
static RedundancyKind |
RedundancyKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RedundancyKind[] |
RedundancyKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RedundancyKind |
StateBasedDataTypesFactoryImpl.createRedundancyKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |