|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPersistentObject
org.modelsphere.jack.baseDb.db.DbObject
org.modelsphere.jack.baseDb.db.DbSemanticalObject
org.modelsphere.sms.db.DbSMSSemanticalObject
org.modelsphere.sms.or.oracle.db.DbORARollbackSegment
public final class DbORARollbackSegment
Direct subclass(es)/subinterface(s) : none.
Composites : DbORADatabase.
Components : DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fInitialExtent
|
static MetaField |
fInitialExtentSizeUnit
|
static MetaField |
fMaxExtents
|
static MetaField |
fMinExtents
|
static MetaField |
fNextExtent
|
static MetaField |
fNextExtentSizeUnit
|
static MetaField |
fOptimalSize
|
static MetaField |
fOptimalSizeUnit
|
static MetaField |
fPublic
|
static MetaRelation1 |
fTablespace
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.db.DbSMSSemanticalObject |
---|
fObjectImports, fSourceLinks, fSubCopies, fSuperCopy, fTargetLinks, fUmlConstraints, fUmlStereotype |
Fields inherited from class org.modelsphere.jack.baseDb.db.DbSemanticalObject |
---|
fAdminAccessList, fAlias, fDescription, fName, fPhysicalName, fWriteAccessList |
Fields inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
ACCESS_GRANTED, ACCESS_NOT_GRANTED, fComponents, fComposite, fCreationTime, fModificationTime, fUdfValues, fValidationStatus, LONG_FORM, SHORT_FORM, VALIDATION_ERROR, VALIDATION_OK, VALIDATION_WARNING, writeAccess |
Constructor Summary | |
---|---|
DbORARollbackSegment()
Parameter-less constructor. |
|
DbORARollbackSegment(DbObject composite)
Creates an instance of DbORARollbackSegment. |
Method Summary | |
---|---|
java.lang.Integer |
getInitialExtent()
Gets the "initial extent" of a DbORARollbackSegment's instance. |
ORASizeUnit |
getInitialExtentSizeUnit()
Gets the "initial extent size unit" of a DbORARollbackSegment's instance. |
java.lang.Integer |
getMaxExtents()
Gets the "maxextents" of a DbORARollbackSegment's instance. |
MetaClass |
getMetaClass()
|
java.lang.Integer |
getMinExtents()
Gets the "minextents" of a DbORARollbackSegment's instance. |
java.lang.Integer |
getNextExtent()
Gets the "next extent" of a DbORARollbackSegment's instance. |
ORASizeUnit |
getNextExtentSizeUnit()
Gets the "next extent size unit" of a DbORARollbackSegment's instance. |
java.lang.Integer |
getOptimalSize()
Gets the "optimal size" of a DbORARollbackSegment's instance. |
ORASizeUnit |
getOptimalSizeUnit()
Gets the "optimal size unit" of a DbORARollbackSegment's instance. |
java.lang.Boolean |
getPublic()
Deprecated. use isPublic() method instead |
DbORATablespace |
getTablespace()
Gets the tablespace object associated to a DbORARollbackSegment's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isPublic()
Tells whether a DbORARollbackSegment's instance is public or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setInitialExtent(java.lang.Integer value)
Sets the "initial extent" property of a DbORARollbackSegment's instance. |
void |
setInitialExtentSizeUnit(ORASizeUnit value)
Sets the "initial extent size unit" property of a DbORARollbackSegment's instance. |
void |
setMaxExtents(java.lang.Integer value)
Sets the "maxextents" property of a DbORARollbackSegment's instance. |
void |
setMinExtents(java.lang.Integer value)
Sets the "minextents" property of a DbORARollbackSegment's instance. |
void |
setNextExtent(java.lang.Integer value)
Sets the "next extent" property of a DbORARollbackSegment's instance. |
void |
setNextExtentSizeUnit(ORASizeUnit value)
Sets the "next extent size unit" property of a DbORARollbackSegment's instance. |
void |
setOptimalSize(java.lang.Integer value)
Sets the "optimal size" property of a DbORARollbackSegment's instance. |
void |
setOptimalSizeUnit(ORASizeUnit value)
Sets the "optimal size unit" property of a DbORARollbackSegment's instance. |
void |
setPublic(java.lang.Boolean value)
Sets the "public" property of a DbORARollbackSegment's instance. |
void |
setTablespace(DbORATablespace value)
Sets the tablespace object associated to a DbORARollbackSegment's instance. |
Methods inherited from class org.modelsphere.sms.db.DbSMSSemanticalObject |
---|
addToSourceLinks, addToTargetLinks, addToUmlConstraints, getObjectImports, getSourceLinks, getSubCopies, getSuperCopy, getTargetLinks, getUmlConstraints, getUmlStereotype, removeFromSourceLinks, removeFromTargetLinks, removeFromUmlConstraints, setSourceLinks, setSuperCopy, setTargetLinks, setUmlConstraints, setUmlStereotype |
Methods inherited from class org.modelsphere.jack.baseDb.db.DbSemanticalObject |
---|
findComponentByPhysicalName, getAdminAccessList, getAlias, getDescription, getName, getPhysicalName, getWriteAccessList, matches, setAlias, setDescription, setName, setPhysicalName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MetaField fPublic
public static final MetaField fInitialExtent
public static final MetaField fInitialExtentSizeUnit
public static final MetaField fNextExtent
public static final MetaField fNextExtentSizeUnit
public static final MetaField fMinExtents
public static final MetaField fMaxExtents
public static final MetaField fOptimalSize
public static final MetaField fOptimalSizeUnit
public static final MetaRelation1 fTablespace
public static final MetaClass metaClass
Constructor Detail |
---|
public DbORARollbackSegment()
public DbORARollbackSegment(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final void setPublic(java.lang.Boolean value) throws DbException
value
- the "public" property
DbException
public final void setInitialExtent(java.lang.Integer value) throws DbException
value
- the "initial extent" property
DbException
public final void setInitialExtentSizeUnit(ORASizeUnit value) throws DbException
value
- the "initial extent size unit" property
DbException
public final void setNextExtent(java.lang.Integer value) throws DbException
value
- the "next extent" property
DbException
public final void setNextExtentSizeUnit(ORASizeUnit value) throws DbException
value
- the "next extent size unit" property
DbException
public final void setMinExtents(java.lang.Integer value) throws DbException
value
- the "minextents" property
DbException
public final void setMaxExtents(java.lang.Integer value) throws DbException
value
- the "maxextents" property
DbException
public final void setOptimalSize(java.lang.Integer value) throws DbException
value
- the "optimal size" property
DbException
public final void setOptimalSizeUnit(ORASizeUnit value) throws DbException
value
- the "optimal size unit" property
DbException
public final void setTablespace(DbORATablespace value) throws DbException
value
- the tablespace object to be associated
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSMSSemanticalObject
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbSMSSemanticalObject
DbException
public final java.lang.Boolean getPublic() throws DbException
DbException
public final boolean isPublic() throws DbException
DbException
public final java.lang.Integer getInitialExtent() throws DbException
DbException
public final ORASizeUnit getInitialExtentSizeUnit() throws DbException
DbException
public final java.lang.Integer getNextExtent() throws DbException
DbException
public final ORASizeUnit getNextExtentSizeUnit() throws DbException
DbException
public final java.lang.Integer getMinExtents() throws DbException
DbException
public final java.lang.Integer getMaxExtents() throws DbException
DbException
public final java.lang.Integer getOptimalSize() throws DbException
DbException
public final ORASizeUnit getOptimalSizeUnit() throws DbException
DbException
public final DbORATablespace getTablespace() throws DbException
DbException
public MetaClass getMetaClass()
getMetaClass
in class DbObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |