| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<PrefixExpressionKind> |
PrefixExpressionKind.VALUES
A public read-only list of all the 'Prefix Expression Kind' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static PrefixExpressionKind |
PrefixExpressionKind.get(int value)
Returns the 'Prefix Expression Kind' literal with the specified integer value.
|
static PrefixExpressionKind |
PrefixExpressionKind.get(String literal)
Returns the 'Prefix Expression Kind' literal with the specified literal value.
|
static PrefixExpressionKind |
PrefixExpressionKind.getByName(String name)
Returns the 'Prefix Expression Kind' literal with the specified name.
|
PrefixExpressionKind |
PrefixExpression.getOperator()
Returns the value of the 'Operator' attribute.
|
static PrefixExpressionKind |
PrefixExpressionKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrefixExpressionKind[] |
PrefixExpressionKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrefixExpression.setOperator(PrefixExpressionKind value)
Sets the value of the '
Operator' attribute. |
| Modifier and Type | Method and Description |
|---|---|
PrefixExpressionKind |
JavaFactoryImpl.createPrefixExpressionKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
PrefixExpressionKind |
PrefixExpressionImpl.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrefixExpressionImpl.setOperator(PrefixExpressionKind newOperator) |
Copyright © 2018–2020 Atlanmod. All rights reserved.