| Package | Description |
|---|---|
| com.interpss.simu.multicase.modify | |
| com.interpss.simu.multicase.modify.impl |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<BusGenChangeType> |
BusGenChangeType.VALUES
A public read-only list of all the 'Bus Gen Change Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static BusGenChangeType |
BusGenChangeType.get(int value)
Returns the 'Bus Gen Change Type' literal with the specified integer value.
|
static BusGenChangeType |
BusGenChangeType.get(java.lang.String literal)
Returns the 'Bus Gen Change Type' literal with the specified literal value.
|
static BusGenChangeType |
BusGenChangeType.getByName(java.lang.String name)
Returns the 'Bus Gen Change Type' literal with the specified name.
|
BusGenChangeType |
BusGenChange.getChangeType()
Returns the value of the 'Change Type' attribute.
|
static BusGenChangeType |
BusGenChangeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BusGenChangeType[] |
BusGenChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusGenChange.setChangeType(BusGenChangeType value)
Sets the value of the '
Change Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
BusGenChangeType |
MCaseModifyFactoryImpl.createBusGenChangeTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
BusGenChangeType |
BusGenChangeImpl.getChangeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
BusGenChangeImpl.setChangeType(BusGenChangeType newChangeType) |