|
Oracle Fusion Middleware extensions for XML based Datamodel Framework 11g Release 1 (11.1.1.5) E22566-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.apps.fnd.applxdf.xdfapi.XdfObject
oracle.apps.fnd.applxdf.xdfapi.Synonym
public class Synonym
Synonym - A subtype of XdfObject, reprents a synonym object in XDF file.
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 |
---|
public Synonym(oracle.xml.parser.v2.XMLElement xmlDocRoot)
xmlDocRoot
- public Synonym(oracle.xml.parser.v2.XMLElement xmlDocRoot, boolean persistenceFormat)
xmlDocRoot
- Method Detail |
---|
public java.lang.String getType()
getType
in class XdfObject
public java.lang.String getPublicFlag()
public java.lang.String getReferredObjectName()
public java.lang.String getReferredSchemaName()
public UserDefinedProperties getUserProperties()
|
Oracle Fusion Middleware extensions for XML based Datamodel Framework 11g Release 1 (11.1.1.5) E22566-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |