Package ch.sahits.model.java

Interface Summary
IBeanField This interface defines a field of a bean consisting of a type and a name.
IBeanMethod Representing a method with only visibility modifiers
IGeneratedJavaClass Deprecated. Use the interface IGeneratedJavaClass2 that does not define the setter methods
IGeneratedJavaClass2 This interface defines a Java generated class
IGeneratedJavaDBClass Deprecated. since 1.2.0 because it implements the depreciated interface IGeneratedJavaClass.
IGeneratedJavaDBClass2 This interface defines the method that must be provided by a model for a class to be generated.
 

Class Summary
BeanMethod Impletation of the IBeanMethod interface
ClassModel Model of a class with members and methods (without exceptions
CollectionBean This model for a bean can hold collections
GeneratedJavaClass This class is the Java specific extension of GeneratedClass.
GeneratedJavaDBClass This class adds database specific data to the data class model of a Java specific data class.
JavaFormModelProvider This is the provider class to provide the GUI generator for a form
SimpleBean This is a model for a simple bean that holds only primitive types.
 

Enum Summary
EVisibility This enumeration holds the modifiers for the visibility