Package com.axemble.vdp.security.helper
Interface RightConst
- All Superinterfaces:
Comparable,Serializable
- All Known Implementing Classes:
RightDef,RightValue
-
Method Summary
Modifier and TypeMethodDescriptioncopy()booleanequals(RightConst other) booleanintgetType()intgetValue()booleanisFlag(RightConst other) booleanisGOET(RightConst other) booleanisLOET(RightConst other) booleanbooleanMethods 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()
-