| Package | Description |
|---|---|
| org.jboss.forge.parser.java |
| Modifier and Type | Method and Description |
|---|---|
static Visibility |
Visibility.getFrom(VisibilityScoped<?> target) |
Visibility |
VisibilityScoped.getVisibility() |
static Visibility |
Visibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Visibility[] |
Visibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends VisibilityScoped<?>> |
Visibility.set(T target,
Visibility scope) |
T |
VisibilityScoped.setVisibility(Visibility scope) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.