Class ProxyBits


  • public class ProxyBits
    extends java.lang.Object
    Specifies the special behaviours that need to supported by class proxies when they are generated.
    Author:
    Andy Clement
    • Constructor Detail

      • ProxyBits

        public ProxyBits()
      • ProxyBits

        public ProxyBits​(int value)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object that)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • forValue

        public static final ProxyBits forValue​(int value)
      • forBits

        public static final ProxyBits forBits​(int... bits)
      • toString

        public static java.lang.String toString​(java.lang.Integer value)
      • getValue

        public int getValue()
      • isSet

        public static boolean isSet​(int value,
                                    int mask)