Elexis API documentation
Version 2.1.6 as of December 11 2011

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 API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis