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