public enum PamNavigationRules extends Enum<PamNavigationRules>
Enum Constant and Description |
---|
DIALOG_CONFIRMATION_USER_DELETION |
DIALOG_SET_PASSWORD_FOR_USER |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
static PamNavigationRules |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PamNavigationRules[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PamNavigationRules DIALOG_CONFIRMATION_USER_DELETION
public static final PamNavigationRules DIALOG_SET_PASSWORD_FOR_USER
public static PamNavigationRules[] values()
for (PamNavigationRules c : PamNavigationRules.values()) System.out.println(c);
public static PamNavigationRules valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getKey()
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.