|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface SetProperty
Marks a method as setter. Used by the view to determine which elements can be changed by the user. The index determines the order in which the setter methods will be invoked. This is only important for exception handling. If the validity of a setter value depends on another value (e.g. marking a starting and ending point for a time period where the end point has to be greater than the starting point) the index can be used to control the invocation order.
$Id$
Required Element Summary | |
---|---|
java.lang.String |
name
The name of this annotation. |
Optional Element Summary | |
---|---|
int |
index
Determines the order of invocation. |
Element Detail |
---|
public abstract java.lang.String name
public abstract int index
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |