| Package | Description |
|---|---|
| net.sf.mmm.util.reflect.api |
Provides the API for utilities that help to deal with reflection.
|
| Modifier and Type | Method and Description |
|---|---|
static VisibilityModifier |
VisibilityModifier.valueOf(int modifiers)
This method gets the
VisibilityModifier for the given modifiers. |
static VisibilityModifier |
VisibilityModifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisibilityModifier[] |
VisibilityModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001–2019 mmm-Team. All rights reserved.