public interface ReturnMode
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
Full
The returned list will contain SDO data objects with all property set.
|
static java.lang.String |
Key
The returned list will contain SDO data objects with only the key property set.
|
static java.lang.String |
None
No Objects will be returned.
|
static final java.lang.String Full
static final java.lang.String Key
static final java.lang.String None