Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

waelti.statistics.queries.annotations
Annotation Type GetProperty


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface GetProperty

Marks a method as getter. Used by the view to determine which elements can be changed by the user. This is a model driven design. The value of this annotation is used to describe the field in the view.


Required Element Summary
 int index
          Field index.
 java.lang.String value
          Field description.
 

Element Detail

value

public abstract java.lang.String value
Field description. There has to be a setter method annotated with a SetProperty method with the same value to have any effect on the query.


index

public abstract int index
Field index. Defines the order in which the fields are displayed.


Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013