| Modifier and Type | Method and Description |
|---|---|
Profile |
ProfilePreferences.getProfile() |
static Profile |
Profile.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Profile[] |
Profile.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static Profile |
Profile.withName(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfilePreferences.setProfile(Profile profile) |
| Constructor and Description |
|---|
ProfilePreferences(Profile profile) |
ProfilePreferencesPortableGeneratedImpl(Profile profile) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.