|
||||||||||
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.db.DbSMSClassifier
org.modelsphere.sms.or.db.DbORAbsTable
org.modelsphere.sms.or.db.DbORTable
public abstract class DbORTable
Direct subclass(es)/subinterface(s) : DbORAAbsTable, DbIBMTable, DbINFTable, DbGETable.
Composites : none.
Components : DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fIsAssociation
|
static MetaField |
fIsDependant
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.or.db.DbORAbsTable |
---|
fAssociationEnds, fSelectionRule, fUser |
Fields inherited from class org.modelsphere.sms.db.DbSMSClassifier |
---|
fClassifierGos |
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 | |
---|---|
DbORTable()
Parameter-less constructor. |
|
DbORTable(DbObject composite)
Creates an instance of DbORTable. |
Method Summary | |
---|---|
java.lang.Boolean |
getIsAssociation()
Deprecated. use isIsAssociation() method instead |
java.lang.Boolean |
getIsDependant()
Deprecated. use isIsDependant() method instead |
static void |
initMeta()
For internal use only. |
boolean |
isIsAssociation()
Tells whether a DbORTable's instance is isAssociation or not. |
boolean |
isIsDependant()
Tells whether a DbORTable's instance is isDependant or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setIsAssociation(java.lang.Boolean value)
Sets the "is association table" property of a DbORTable's instance. |
void |
setIsDependant(java.lang.Boolean value)
Sets the "is dependant" property of a DbORTable's instance. |
Methods inherited from class org.modelsphere.sms.or.db.DbORAbsTable |
---|
getAssociationEnds, getSecurityMask, getSelectionRule, getUser, setSelectionRule, setSuperCopy, setUser |
Methods inherited from class org.modelsphere.sms.db.DbSMSClassifier |
---|
getClassifierGos |
Methods inherited from class org.modelsphere.sms.db.DbSMSSemanticalObject |
---|
addToSourceLinks, addToTargetLinks, addToUmlConstraints, getObjectImports, getSourceLinks, getSubCopies, getSuperCopy, getTargetLinks, getUmlConstraints, getUmlStereotype, removeFromSourceLinks, removeFromTargetLinks, removeFromUmlConstraints, setSourceLinks, 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 fIsDependant
public static final MetaField fIsAssociation
public static final MetaClass metaClass
Constructor Detail |
---|
public DbORTable()
public DbORTable(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final void setIsDependant(java.lang.Boolean value) throws DbException
value
- the "is dependant" property
DbException
public final void setIsAssociation(java.lang.Boolean value) throws DbException
value
- the "is association table" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbORAbsTable
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbORAbsTable
DbException
public final java.lang.Boolean getIsDependant() throws DbException
DbException
public final boolean isIsDependant() throws DbException
DbException
public final java.lang.Boolean getIsAssociation() throws DbException
DbException
public final boolean isIsAssociation() throws DbException
DbException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |