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