Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.5)

E22566-01

oracle.apps.fnd.applxdf.xdfapi
Class Synonym

java.lang.Object
  extended by oracle.apps.fnd.applxdf.xdfapi.XdfObject
      extended by oracle.apps.fnd.applxdf.xdfapi.Synonym

public class Synonym
extends XdfObject

Synonym - A subtype of XdfObject, reprents a synonym object in XDF file.

Author:
nnaser <nishan.naser@oracle.com>

Field Summary
 
Fields inherited from class oracle.apps.fnd.applxdf.xdfapi.XdfObject
ctx, DEBUG, mBaseObjType, mName, mPersistenceFormat, mSchemaName, mUsrPros, mXmlDoc, mXPath, mXPathExpr
 
Constructor Summary
Synonym(oracle.xml.parser.v2.XMLElement xmlDocRoot)
          Create a Synonym object with given xdf document.
Synonym(oracle.xml.parser.v2.XMLElement xmlDocRoot, boolean persistenceFormat)
          Create a Synonym object with given xdf document and persistence Format.
 
Method Summary
 java.lang.String getPublicFlag()
          Returns a flag which indicates whether this synonynm is public or not.
 java.lang.String getReferredObjectName()
          Retrieves the name of the object refered to by this synonym.
 java.lang.String getReferredSchemaName()
          Retrieves the schema-name of the object refered to by this synonym.
 java.lang.String getType()
          Gets the object type (implements the abstract method in the super class).
 UserDefinedProperties getUserProperties()
          Get the User Defined Properties in this table.
 
Methods inherited from class oracle.apps.fnd.applxdf.xdfapi.XdfObject
getName, getPersistenceFormat, getSchemaName, getXmlDoc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Synonym

public Synonym(oracle.xml.parser.v2.XMLElement xmlDocRoot)
Create a Synonym object with given xdf document.

Parameters:
xmlDocRoot -

Synonym

public Synonym(oracle.xml.parser.v2.XMLElement xmlDocRoot,
               boolean persistenceFormat)
Create a Synonym object with given xdf document and persistence Format.

Parameters:
xmlDocRoot -
Method Detail

getType

public java.lang.String getType()
Gets the object type (implements the abstract method in the super class).

Specified by:
getType in class XdfObject
Returns:
String

getPublicFlag

public java.lang.String getPublicFlag()
Returns a flag which indicates whether this synonynm is public or not.

Returns:
'Y' if this SYNONYM is public.

getReferredObjectName

public java.lang.String getReferredObjectName()
Retrieves the name of the object refered to by this synonym.

Returns:
String

getReferredSchemaName

public java.lang.String getReferredSchemaName()
Retrieves the schema-name of the object refered to by this synonym.

Returns:
String

getUserProperties

public UserDefinedProperties getUserProperties()
Get the User Defined Properties in this table.

Returns:
String

Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.5)

E22566-01

Copyright © 2011 Oracle. All Rights Reserved.