Class Reflect.Entry

  • All Implemented Interfaces:
    Comparable
    Enclosing class:
    Reflect

    public static class Reflect.Entry
    extends Object
    implements Comparable
    An entry describes one field of the class, complete with its access methods (getter and setter) and the display hints
    • Field Detail

      • editable

        public boolean editable
      • rp

        public boolean rp
      • payment

        public boolean payment
      • g

        public Method g
        The getter method for the field. Always present (because fields w/o the getter don't get Entry objects created for them)
      • s

        public Method s
        The setter method for the field. May or may not be present.
    • Constructor Detail

      • Entry

        public Entry()
    • Method Detail

      • isDigest

        public boolean isDigest()
        Does this field store an MD5 digest, rather than the actual value?
      • destName

        public String destName()
        Class.field, e.g. "Respondent.first_name"