Package com.jedox.palojlib.interfaces
Enum Class IUserInfo.Predefined_OLAP_Right_Object_Type
java.lang.Object
java.lang.Enum<IUserInfo.Predefined_OLAP_Right_Object_Type>
com.jedox.palojlib.interfaces.IUserInfo.Predefined_OLAP_Right_Object_Type
- All Implemented Interfaces:
Serializable
,Comparable<IUserInfo.Predefined_OLAP_Right_Object_Type>
,java.lang.constant.Constable
- Enclosing interface:
- IUserInfo
public static enum IUserInfo.Predefined_OLAP_Right_Object_Type
extends Enum<IUserInfo.Predefined_OLAP_Right_Object_Type>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionauditcell datacubedatabasedimensiondimension elementdrillthroughevent processor to svsgrouppasswordrightsruleanalyzerconnection manageretlfile managerlicenseslogsmobilepaloperformancereport managerscheduler managersessionssettingsuserssubset viewsystem operationuseruser info -
Method Summary
Modifier and TypeMethodDescriptioncustomValueOf
(String type) get the type string as used in olap serverReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
USER
user -
PASSWORD
password -
GROUP
group -
DATABASE
database -
CUBE
cube -
DIMENSION
dimension -
DIMENSION_ELEMENT
dimension element -
CELL_DATA
cell data -
RIGHTS
rights -
SYSTEM_OPERATIONS
system operation -
EVENT_PROCESSOR
event processor to svs -
SUBSET_VIEW
subset view -
USER_INFO
user info -
RULE
rule -
STE_REPORTS
report manager -
STE_FILES
file manager -
STE_PALO
palo -
STE_USERS
users -
STE_ETL
etl -
STE_CONNS
connection manager -
DRILLTHROUGH
drillthrough -
STE_SCHEDULER
scheduler manager -
STE_LOGS
logs -
STE_LICENSES
licenses -
STE_MOBILE
mobile -
STE_ANALYZER
analyzer -
STE_SESSIONS
sessions -
STE_SETTINGS
settings -
AUDIT
audit -
STE_PERF
performance
-
-
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
-
customValueOf
get the type string as used in olap server- Parameters:
type
- olap right object string- Returns:
- olap right object string
-