Interface RightConst

All Superinterfaces:
Comparable, Serializable
All Known Implementing Classes:
RightDef, RightValue

public interface RightConst extends Comparable, Serializable
  • Method Details

    • getValue

      int getValue()
    • getType

      int getType()
    • equals

      boolean equals(Object other)
      Overrides:
      equals in class Object
    • equals

      boolean equals(RightConst other)
    • isFlag

      boolean isFlag(RightConst other)
    • isModeLevel

      boolean isModeLevel()
    • isModeFlag

      boolean isModeFlag()
    • isGOET

      boolean isGOET(RightConst other)
      Returns:
      is greater or equal to
    • isLOET

      boolean isLOET(RightConst other)
      Returns:
      is lower or equal to
    • copy

      RightValue copy()