| Package | Description |
|---|---|
| org.jboss.forge.roaster.model | |
| org.jboss.forge.roaster.model.source |
| 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 VisibilityScopedSource<?>> |
Visibility.set(T target,
Visibility scope) |
| Modifier and Type | Method and Description |
|---|---|
T |
VisibilityScopedSource.setVisibility(Visibility scope) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.