Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.jbo.server
Class BoundParameters

java.lang.Object
  extended by oracle.jbo.server.NamedObjectImpl
      extended by oracle.jbo.mom.PersistableDefObject
          extended by oracle.jbo.server.BoundParameters
All Implemented Interfaces:
Formattable

public class BoundParameters
extends PersistableDefObject


Field Summary
 
Fields inherited from class oracle.jbo.mom.PersistableDefObject
DEF_SCOPE_PERS, DEF_SCOPE_SESSION, DEF_SCOPE_SHARED
 
Fields inherited from class oracle.jbo.server.NamedObjectImpl
CLASS_INSTANCE, mObjName, mParent, mProperties, mUserData, RES_ID_SUFFIX
 
Method Summary
 void addBoundParameter(java.lang.String name, java.lang.String expr)
           
 void addBoundParameter(VariableImpl param)
           
 ArrayList getBoundParameterList()
           
 java.lang.String getDefXMLElementTag()
           
 java.lang.String getDefXMLNameSpace()
           
 java.lang.String getFullName()
          Gets this object's fully-qualified name.
 java.lang.String getName()
          Get the name of this object.
 void loadXMLContents(org.kxml2.io.KXmlParser parser, java.lang.String fullName)
           
 int size()
           
 
Methods inherited from class oracle.jbo.mom.PersistableDefObject
getDefManager, getDefScope, setDefScope
 
Methods inherited from class oracle.jbo.server.NamedObjectImpl
formatChildCollectionForOutput, formatChildCollectionForOutput, formatChildCollectionForOutput, formatForOutput, formatForOutput, getAllProperties, getParent, getProperties, getPropertiesAsStrings, getPropertiesMap, getProperty, getProperty, getResourcesFromBundle, getUserData, parseAttrArrayElements, refreshProperty, requiresNamePrefixedResId, resolvePropertyRaw, setFullName, setName, setParent, setPropertiesMap, setProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Description copied from class: NamedObjectImpl
Get the name of this object.

Overrides:
getName in class NamedObjectImpl
Returns:
the name given to this object.

getFullName

public java.lang.String getFullName()
Description copied from class: NamedObjectImpl
Gets this object's fully-qualified name.

Overrides:
getFullName in class NamedObjectImpl
Returns:
this object's fully-qualified name; the package name concatenated with the class name.

size

public int size()

getBoundParameterList

public ArrayList getBoundParameterList()

addBoundParameter

public void addBoundParameter(java.lang.String name,
                              java.lang.String expr)

addBoundParameter

public void addBoundParameter(VariableImpl param)

getDefXMLElementTag

public java.lang.String getDefXMLElementTag()

getDefXMLNameSpace

public java.lang.String getDefXMLNameSpace()

loadXMLContents

public void loadXMLContents(org.kxml2.io.KXmlParser parser,
                            java.lang.String fullName)
Overrides:
loadXMLContents in class PersistableDefObject

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.