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