Class EnumConstant

    • Field Detail

      • value

        protected int value
    • Constructor Detail

      • EnumConstant

        public EnumConstant​(Enum parent)
    • Method Detail

      • getParent

        public Enum getParent()
      • setParent

        public void setParent​(Enum parent)
      • getValue

        public int getValue()
        Returns numeric value of this enum constant that is used in serialized form.
      • setValue

        public void setValue​(int value)