|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.Alida.tools.GenerateGetterSetter
public class GenerateGetterSetter
Generates code for getter/setter methods for an ALDOperator.
This tool is mostly helpful for non-IDE users who need to explicitly code getters and setters for their operators. Note, that the tool assumes that names of variables are identical to the name of the member/field.
Constructor Summary | |
---|---|
GenerateGetterSetter()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Main function. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenerateGetterSetter()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- Name of class to document.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |