Class FieldInfo

    • Field Detail

      • name

        protected String name

        The field name for this field of a descriptor.

      • value

        protected Object value

        The field value for this field of a descriptor.

    • Constructor Detail

      • FieldInfo

        public FieldInfo()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getValue

        public Object getValue()
      • setValue

        public void setValue​(Object value)