Package | Description |
---|---|
fr.inria.tea.ssme | |
fr.inria.tea.ssme.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<ProcessAttributeKind> |
ProcessAttributeKind.VALUES
A public read-only list of all the 'Process Attribute Kind' enumerators
|
Modifier and Type | Method and Description |
---|---|
static ProcessAttributeKind |
ProcessAttributeKind.get(int value)
Returns the 'Process Attribute Kind' literal with the specified integer value
|
static ProcessAttributeKind |
ProcessAttributeKind.get(java.lang.String literal)
Returns the 'Process Attribute Kind' literal with the specified literal value
|
static ProcessAttributeKind |
ProcessAttributeKind.getByName(java.lang.String name)
Returns the 'Process Attribute Kind' literal with the specified name
|
ProcessAttributeKind |
ProcessAttribute.getProcessAttributeKind()
Returns the value of the 'Process Attribute Kind' attribute.
|
static ProcessAttributeKind |
ProcessAttributeKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessAttributeKind[] |
ProcessAttributeKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessAttribute.setProcessAttributeKind(ProcessAttributeKind value)
Sets the value of the '
Process Attribute Kind ' attribute |
Modifier and Type | Method and Description |
---|---|
ProcessAttributeKind |
SsmeFactoryImpl.createProcessAttributeKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
ProcessAttributeKind |
ProcessAttributeImpl.getProcessAttributeKind() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessAttributeImpl.setProcessAttributeKind(ProcessAttributeKind newProcessAttributeKind) |