| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java |
| Modifier and Type | Field and Description |
|---|---|
static java.util.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(java.lang.String literal)
Returns the 'Inheritance Kind' literal with the specified literal value.
|
static InheritanceKind |
InheritanceKind.getByName(java.lang.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(java.lang.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. |