|
Oracle Fusion Middleware extensions for XML based Datamodel Framework 11g Release 1 (11.1.1.6) E22566-04 |
|||||||||
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.Sequence
public class Sequence
Sequence - A subtype of XdfObject, reprents a sequence 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 | |
---|---|
Sequence(oracle.xml.parser.v2.XMLElement xmlDocRoot)
Create a sequence object with given xdf document. |
|
Sequence(oracle.xml.parser.v2.XMLElement xmlDocRoot,
boolean persistenceFormat)
Create a sequence object with given xdf document and persistence Format. |
Method Summary | |
---|---|
java.lang.String |
getCacheFlag()
Gets the CACHE flag. |
int |
getCacheSize()
Retrieves the cache size for this sequence. |
java.lang.String |
getCycleFlag()
Gets the CYCLE flag. |
int |
getIncrementBy()
Retrieves the increment value for this sequence. |
int |
getMaxValue()
Retrieves the maximum value for this sequence. |
int |
getMinValue()
Retrieves the minimum value for this sequence. |
java.lang.String |
getOrderFlag()
Gets the ORDER flag. |
int |
getStartWith()
Retrieves the start with value for this sequence. |
java.lang.String |
getType()
Gets the object type (implements the abstract 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 Sequence(oracle.xml.parser.v2.XMLElement xmlDocRoot)
xmlDocRoot
- public Sequence(oracle.xml.parser.v2.XMLElement xmlDocRoot, boolean persistenceFormat)
xmlDocRoot
- Method Detail |
---|
public java.lang.String getType()
getType
in class XdfObject
public int getStartWith()
public int getIncrementBy()
public int getMinValue()
public int getMaxValue()
public java.lang.String getCycleFlag()
public java.lang.String getCacheFlag()
public int getCacheSize()
public java.lang.String getOrderFlag()
public UserDefinedProperties getUserProperties()
|
Oracle Fusion Middleware extensions for XML based Datamodel Framework 11g Release 1 (11.1.1.6) E22566-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |