public enum SessionManagerPermission extends java.lang.Enum<SessionManagerPermission> implements EspritPermission
SessionManager
Enum Constant and Description |
---|
GET_DETAILS_INFO |
KILL_CLIENT |
LIST_SESSIONS |
REGISTER_FOR_EVENTS |
RESET_CLIENT |
SUB_KEY_ACTION, SUB_KEY_COLUMN, SUB_KEY_CONFIRM, SUB_KEY_CONST, SUB_KEY_DBO, SUB_KEY_DEMO, SUB_KEY_ERROR, SUB_KEY_FIELD, SUB_KEY_GUI, SUB_KEY_HELP, SUB_KEY_INFO, SUB_KEY_LABEL, SUB_KEY_MENU, SUB_KEY_MESSAGE, SUB_KEY_MISC, SUB_KEY_STATUS, SUB_KEY_TIP, SUB_KEY_TOOL, SUB_KEY_WINDOW, SUB_KEY_WORKFLOW
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppKey()
Returns the base prefix of the key
|
java.lang.String |
getPersistentName()
Returns the String value to be stored in the database or file.
|
java.awt.Color |
getRenderColor() |
javax.swing.Icon |
getRenderIcon() |
java.lang.String |
getRenderText() |
java.lang.String |
getSubKey()
Returns the path of the key
|
java.lang.String |
getText(java.lang.Object... args)
Returns the translated text, which is the value of the translation key
as stored in the translation map.
|
static SessionManagerPermission |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SessionManagerPermission[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionManagerPermission LIST_SESSIONS
public static final SessionManagerPermission GET_DETAILS_INFO
public static final SessionManagerPermission KILL_CLIENT
public static final SessionManagerPermission RESET_CLIENT
public static final SessionManagerPermission REGISTER_FOR_EVENTS
public static SessionManagerPermission[] values()
for (SessionManagerPermission c : SessionManagerPermission.values()) System.out.println(c);
public static SessionManagerPermission valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getPersistentName()
PersistentName
getPersistentName
in interface PersistentName
public java.lang.String getAppKey()
NlsKey
public java.lang.String getSubKey()
NlsKey
public java.lang.String getText(java.lang.Object... args)
NlsKey
public javax.swing.Icon getRenderIcon()
getRenderIcon
in interface Renderable
public java.lang.String getRenderText()
getRenderText
in interface Renderable
public java.awt.Color getRenderColor()
getRenderColor
in interface Renderable
Copyright © 2014 EsprIT-Systems. All Rights Reserved.