Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


oracle.jbo.common.service.types
Interface ReturnMode


public interface ReturnMode

Field Summary
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.

 

Field Detail

Full

static final java.lang.String Full
The returned list will contain SDO data objects with all property set.
See Also:
Constant Field Values

Key

static final java.lang.String Key
The returned list will contain SDO data objects with only the key property set.
See Also:
Constant Field Values

None

static final java.lang.String None
No Objects will be returned.
See Also:
Constant Field Values

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


Copyright © 1997, 2011, Oracle. All rights reserved.