Package com.axemble.vdp.security.helper
Interface RightConst
- All Superinterfaces:
Comparable
,Serializable
- All Known Implementing Classes:
RightDef
,RightValue
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
boolean
equals
(RightConst other) boolean
int
getType()
int
getValue()
boolean
isFlag
(RightConst other) boolean
isGOET
(RightConst other) boolean
isLOET
(RightConst other) boolean
boolean
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getValue
int getValue() -
getType
int getType() -
equals
-
equals
-
isFlag
-
isModeLevel
boolean isModeLevel() -
isModeFlag
boolean isModeFlag() -
isGOET
- Returns:
- is greater or equal to
-
isLOET
- Returns:
- is lower or equal to
-
copy
RightValue copy()
-