public enum ESessionAttributes extends Enum<ESessionAttributes>
Enum Constant and Description |
---|
GUI_USER |
GUI_USERGROUPS |
Modifier and Type | Method and Description |
---|---|
String |
getAttrName() |
static ESessionAttributes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ESessionAttributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESessionAttributes GUI_USER
public static final ESessionAttributes GUI_USERGROUPS
public static ESessionAttributes[] values()
for (ESessionAttributes c : ESessionAttributes.values()) System.out.println(c);
public static ESessionAttributes 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 getAttrName()
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.