| Package | Description |
|---|---|
| com.interpss.dstab.devent | |
| com.interpss.dstab.devent.impl |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<LoadChangeEventType> |
LoadChangeEventType.VALUES
A public read-only list of all the 'Load Change Event Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static LoadChangeEventType |
LoadChangeEventType.get(int value)
Returns the 'Load Change Event Type' literal with the specified integer value.
|
static LoadChangeEventType |
LoadChangeEventType.get(java.lang.String literal)
Returns the 'Load Change Event Type' literal with the specified literal value.
|
static LoadChangeEventType |
LoadChangeEventType.getByName(java.lang.String name)
Returns the 'Load Change Event Type' literal with the specified name.
|
LoadChangeEventType |
LoadChangeEvent.getType()
Returns the value of the 'Type' attribute.
|
static LoadChangeEventType |
LoadChangeEventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoadChangeEventType[] |
LoadChangeEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadChangeEvent.setType(LoadChangeEventType value)
Sets the value of the '
Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
LoadChangeEventType |
DstabDeventFactoryImpl.createLoadChangeEventTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
LoadChangeEventType |
LoadChangeEventImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoadChangeEventImpl.setType(LoadChangeEventType newType) |