Package edu.wisc.game.reflect
Class Reflect.Entry
java.lang.Object
edu.wisc.game.reflect.Reflect.Entry
- All Implemented Interfaces:
Comparable
- Enclosing class:
Reflect
An entry describes one field of the class, complete with its
access methods (getter and setter) and the display hints
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
editable
public boolean editable -
rp
public boolean rp -
payment
public boolean payment -
f
-
g
The getter method for the field. Always present (because fields w/o the getter don't get Entry objects created for them) -
s
The setter method for the field. May or may not be present.
-
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-
isDigest
public boolean isDigest()Does this field store an MD5 digest, rather than the actual value? -
destName
Class.field, e.g. "Respondent.first_name" -
toString
-