| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<VisibilityKind> |
VisibilityKind.VALUES
A public read-only list of all the 'Visibility Kind' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static VisibilityKind |
VisibilityKind.get(int value)
Returns the 'Visibility Kind' literal with the specified integer value.
|
static VisibilityKind |
VisibilityKind.get(String literal)
Returns the 'Visibility Kind' literal with the specified literal value.
|
static VisibilityKind |
VisibilityKind.getByName(String name)
Returns the 'Visibility Kind' literal with the specified name.
|
VisibilityKind |
Modifier.getVisibility()
Returns the value of the 'Visibility' attribute.
|
static VisibilityKind |
VisibilityKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisibilityKind[] |
VisibilityKind.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.setVisibility(VisibilityKind value)
Sets the value of the '
Visibility' attribute. |
| Modifier and Type | Method and Description |
|---|---|
VisibilityKind |
JavaFactoryImpl.createVisibilityKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
VisibilityKind |
ModifierImpl.getVisibility() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModifierImpl.setVisibility(VisibilityKind newVisibility) |
Copyright © 2018–2020 Atlanmod. All rights reserved.