| Interface | Description |
|---|---|
| Model |
This interface defines the methods required of objects filling the role of Model in the Toolsverse Model/View/Controller implementation.
|
| Class | Description |
|---|---|
| Model.Attribute |
The Class Attribute.
|
| ModelImpl |
Abstract implementation of the Model interface.
|
| Annotation Type | Description |
|---|---|
| Getter |
The Getter annotation is used in the Model to define a getter method.
|
| Reader |
The Reader annotation is used in the Model to define the reader method.
|
| Setter |
The Setter annotation is used in the Model to define the setter method.
|
| Writer |
The Writer annotation is used in the Model define the writer method.
|
Copyright © 2010-2020 Toolsverse. All Rights Reserved.