public enum PamViewConstants extends Enum<PamViewConstants> implements com.kobil.ssms.kernel.presentation.jsf.ViewConstants
Enum Constant and Description |
---|
VIEW_REPORTING |
VIEW_USERS |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
static PamViewConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PamViewConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PamViewConstants VIEW_USERS
public static final PamViewConstants VIEW_REPORTING
public static PamViewConstants[] values()
for (PamViewConstants c : PamViewConstants.values()) System.out.println(c);
public static PamViewConstants 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()
getKey
in interface com.kobil.ssms.kernel.presentation.jsf.ViewConstants
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.