1 | boolean isRetobj() {↵ | | 1 | boolean getMean() {↵
|
2 | return getPropertyAsBoolean(RETOBJ);↵ | | 2 | return getPropertyAsBoolean(RE↵
|
3 | }↵ | | |
|
|
4 | /***************************************************************************↵ | | |
|
5 | * Sets the return objects attribute of the LDAPSampler object↵ | | |
|
6 | * ↵ | | |
|
7 | **************************************************************************/↵ | | |
|
8 | ↵ | | 3 | PORT_TABLE_MEAN);↵
|
| | | 4 | }↵
|
| | | 5 | ↵
|
9 | public void setRetobj(String newRobj) {↵ | | 6 | public void setMean(String ↵
|
10 | this.setProperty(RETOBJ, newRobj);↵ | | |
|
11 | }↵ | | |
|
|
12 | /***************************************************************************↵ | | |
|
13 | * Gets the deref attribute of the LDAPSampler object↵ | | |
|
14 | * ↵ | | |
|
15 | * @return if dereferencing is required↵ | | |
|
16 | **************************************************************************/↵ | | |
|
17 | ↵ | | 7 | set) {↵
|
| | | 8 | setProperty(REPORT_TABLE_MEAN,set);↵
|
| | | 9 | }↵
|
| | | 10 | ↵
|
18 | public boolean isDeref() {↵ | | 11 | public boolean getMedian() {↵
|
19 | return getPropertyAsBoolean(DEREF);↵ | | 12 | return getPropertyAsBoolean(↵
|
20 | ↵ | | 13 | REPORT_TABLE_MEDIAN);↵
|
21 | } | | 14 | }
|