public static enum PAMNavigationBean.Pages extends Enum<PAMNavigationBean.Pages> implements com.kobil.ssms.kernel.logic.navigation.AbstractNavigationBean.ModulePage
Enum Constant and Description |
---|
advancedSearch |
autoSettings |
pamReporting |
pamUsers |
Modifier and Type | Method and Description |
---|---|
String |
getTitleKey() |
static PAMNavigationBean.Pages |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PAMNavigationBean.Pages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PAMNavigationBean.Pages pamUsers
public static final PAMNavigationBean.Pages pamReporting
public static final PAMNavigationBean.Pages autoSettings
public static final PAMNavigationBean.Pages advancedSearch
public static PAMNavigationBean.Pages[] values()
for (PAMNavigationBean.Pages c : PAMNavigationBean.Pages.values()) System.out.println(c);
public static PAMNavigationBean.Pages 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 getTitleKey()
getTitleKey
in interface com.kobil.ssms.kernel.logic.navigation.AbstractNavigationBean.ModulePage
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.