|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.ashridgetech.jamda.code.ClassGenerator.PropertyDetails
Holds references to the generator objects for the field, getter and setter generated for a property.
ClassGenerator.addProperty(java.lang.String, java.lang.String, java.lang.String, boolean, boolean)| Field Summary | |
ClassGenerator.FieldGenerator |
field
|
ClassGenerator.MethodGenerator |
getter
|
ClassGenerator.MethodGenerator |
setter
|
| Constructor Summary | |
protected |
ClassGenerator.PropertyDetails(ClassGenerator.FieldGenerator field,
ClassGenerator.MethodGenerator getter,
ClassGenerator.MethodGenerator setter)
Create a PropertyDetails with the given references. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final ClassGenerator.FieldGenerator field
public final ClassGenerator.MethodGenerator getter
public final ClassGenerator.MethodGenerator setter
| Constructor Detail |
protected ClassGenerator.PropertyDetails(ClassGenerator.FieldGenerator field,
ClassGenerator.MethodGenerator getter,
ClassGenerator.MethodGenerator setter)
PropertyDetails with the given references.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||