@Documented
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface GetterMethod
Modifier and Type | Required Element and Description |
---|---|
AttributeDef[] |
attributeDefs
Gets The annotation-form defs of the attribute in the respective relvar(s) named in this annotation.
The length this array must be equal to the length of the array of Relvar names, with the sole exception for the case when the attribute name is the same for all relvars (in which case this array is allowed to have only one element). |
java.lang.String[] |
relvarNames
Gets The names of the corresponding relvar(s) for which this getter method is to be used by the jsba, when constructing assignment commands for a DBObject [of a class in which the annotation appears].
|
public abstract java.lang.String[] relvarNames
public abstract AttributeDef[] attributeDefs