|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
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.
Required Element Summary | |
---|---|
java.lang.String |
value
The name of this annotation. |
Optional Element Summary | |
---|---|
int |
index
Determines the order of invocation. |
Element Detail |
---|
public abstract java.lang.String value
public abstract int index
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |