Enum Class RightName
- All Implemented Interfaces:
Serializable
,Comparable<RightName>
,Constable
Right names.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic RightName
getName()
Gets name.Gets name Ru.int
Gets priority.toString()
static RightName
Returns the enum constant of this class with the specified name.static RightName[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INSERT
-
READ
-
UPDATE
-
DELETE
-
VIEW
-
EDIT
-
INPUT_BY_STRING
-
POSTING
-
UNDO_POSTING
-
USE
-
TOTALS_CONTROL
-
INTERACTIVE_DELETE
-
INTERACTIVE_INSERT
-
INTERACTIVE_SET_DELETION_MARK
-
INTERACTIVE_CLEAR_DELETION_MARK
-
INTERACTIVE_DELETE_MARKED
-
INTERACTIVE_POSTING
-
INTERACTIVE_POSTING_REGULAR
-
INTERACTIVE_UNDO_POSTING
-
INTERACTIVE_CHANGE_OF_POSTED
-
INTERACTIVE_DELETE_PREDEFINED_DATA
-
INTERACTIVE_SET_DELETION_MARK_PREDEFINED_DATA
-
INTERACTIVE_CLEAR_DELETION_MARK_PREDEFINED_DATA
-
INTERACTIVE_DELETE_MARKED_PREDEFINED_DATA
-
GET
-
SET
-
START
-
INTERACTIVE_START
-
INTERACTIVE_ACTIVATE
-
EXECUTE
-
INTERACTIVE_EXECUTE
-
STANDARD_AUTHENTICATION_CHANGE
-
SESSION_STANDARD_AUTHENTICATION_CHANGE
-
SESSION_OS_AUTHENTICATION_CHANGE
-
ADMINISTRATION
-
DATA_ADMINISTRATION
-
UPDATE_DATA_BASE_CONFIGURATION
-
EXCLUSIVE_MODE
-
ACTIVE_USERS
-
EVENT_LOG
-
THIN_CLIENT
-
WEB_CLIENT
-
MOBILE_CLIENT
-
THICK_CLIENT
-
EXTERNAL_CONNECTION
-
AUTOMATION
-
TECHNICAL_SPECIALIST_MODE
-
ALL_FUNCTIONS_MODE
-
COLLABORATION_SYSTEM_INFO_BASE_REGISTRATION
-
MAIN_WINDOW_MODE_EMBEDDED_WORKPLACE
-
MAIN_WINDOW_MODE_KIOSK
-
MAIN_WINDOW_MODE_NORMAL
-
MAIN_WINDOW_MODE_FULLSCREEN_WORKPLACE
-
MAIN_WINDOW_MODE_WORKPLACE
-
ANALYTICS_SYSTEM_CLIENT
-
EXCLUSIVE_MODE_TERMINATION_AT_SESSION_START
-
SAVE_USER_DATA
-
CONFIGURATION_EXTENSIONS_ADMINISTRATION
-
INTERACTIVE_OPEN_EXT_DATA_PROCESSORS
-
INTERACTIVE_OPEN_EXT_REPORTS
-
OUTPUT
-
READ_DATA_HISTORY
-
VIEW_DATA_HISTORY
-
READ_DATA_HISTORY_OF_MISSING_DATA
-
UPDATE_DATA_HISTORY
-
UPDATE_DATA_HISTORY_OF_MISSING_DATA
-
UPDATE_DATA_HISTORY_SETTINGS
-
UPDATE_DATA_HISTORY_VERSION_COMMENT
-
EDIT_DATA_HISTORY_VERSION_COMMENT
-
SWITCH_TO_DATA_HISTORY_VERSION
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getByName
-
getName
Gets name.- Returns:
- the name
-
getNameRu
Gets name Ru.- Returns:
- the nameRu
-
getPriority
public int getPriority()Gets priority.- Returns:
- the priority
-
toString
-