Class Reflect.Entry

java.lang.Object
edu.wisc.game.reflect.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 Details

    • name

      public String name
    • editable

      public boolean editable
    • rp

      public boolean rp
    • payment

      public boolean payment
    • f

      public Field f
    • 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 Details

  • Method Details