Package com.axemble.vdp.security.helper
Interface RightConst
- All Superinterfaces:
- Comparable,- Serializable
- All Known Implementing Classes:
- RightDef,- RightValue
- 
Method SummaryModifier and TypeMethodDescriptioncopy()booleanequals(RightConst other) booleanintgetType()intgetValue()booleanisFlag(RightConst other) booleanisGOET(RightConst other) booleanisLOET(RightConst other) booleanbooleanMethods inherited from interface java.lang.ComparablecompareTo
- 
Method Details- 
getValueint getValue()
- 
getTypeint getType()
- 
equals
- 
equals
- 
isFlag
- 
isModeLevelboolean isModeLevel()
- 
isModeFlagboolean isModeFlag()
- 
isGOET- Returns:
- is greater or equal to
 
- 
isLOET- Returns:
- is lower or equal to
 
- 
copyRightValue copy()
 
-