de.unihalle.informatik.Alida.tools
Class GenerateGetterSetter
java.lang.Object
de.unihalle.informatik.Alida.tools.GenerateGetterSetter
public class GenerateGetterSetter
- extends Object
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.
- Author:
- posch
Method Summary |
static void |
main(String[] args)
Main function. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerateGetterSetter
public GenerateGetterSetter()
main
public static void main(String[] args)
- Main function.
- Parameters:
args
- Name of class to document.
Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.