|
||||||||||
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.be.db.DbBEStore
public final class DbBEStore
Direct subclass(es)/subinterface(s) : none.
Composites : DbBEModel.
Components : DbBEStoreQualifier,
DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fControl
|
static MetaRelation1 |
fDbJVClass
|
static MetaRelationN |
fFirstEndFlows
|
static MetaField |
fIdentifier
|
static MetaRelationN |
fSecondEndFlows
|
static MetaField |
fVolume
|
static MetaClass |
metaClass
|
static MetaField[] |
notationFields
|
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 | |
---|---|
DbBEStore()
Parameter-less constructor. |
|
DbBEStore(DbObject composite)
Creates an instance of DbBEStore. |
Method Summary | |
---|---|
java.lang.Boolean |
getControl()
Deprecated. use isControl() method instead |
DbJVClass |
getDbJVClass()
Gets the class name object associated to a DbBEStore's instance. |
protected int |
getFeatureSet()
|
DbRelationN |
getFirstEndFlows()
Gets the list of flows associated to a DbBEStore's instance. |
java.lang.Integer |
getIdentifier()
Gets the "identifier" of a DbBEStore's instance. |
MetaClass |
getMetaClass()
|
DbRelationN |
getSecondEndFlows()
Gets the list of flows associated to a DbBEStore's instance. |
java.lang.Integer |
getVolume()
Gets the "volume" of a DbBEStore's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isControl()
Tells whether a DbBEStore's instance is control or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setControl(java.lang.Boolean value)
Sets the "control" property of a DbBEStore's instance. |
void |
setDbJVClass(DbJVClass value)
Sets the class name object associated to a DbBEStore's instance. |
void |
setIdentifier(java.lang.Integer value)
Sets the "identifier" property of a DbBEStore's instance. |
void |
setVolume(java.lang.Integer value)
Sets the "volume" property of a DbBEStore's instance. |
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, 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 MetaRelationN fFirstEndFlows
public static final MetaRelationN fSecondEndFlows
public static final MetaField fIdentifier
public static final MetaField fControl
public static final MetaField fVolume
public static final MetaRelation1 fDbJVClass
public static final MetaClass metaClass
public static final MetaField[] notationFields
Constructor Detail |
---|
public DbBEStore()
public DbBEStore(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
protected final int getFeatureSet()
public final void setIdentifier(java.lang.Integer value) throws DbException
value
- the "identifier" property
DbException
public final void setControl(java.lang.Boolean value) throws DbException
value
- the "control" property
DbException
public final void setVolume(java.lang.Integer value) throws DbException
value
- the "volume" property
DbException
public final void setDbJVClass(DbJVClass value) throws DbException
value
- the class name object to be associated
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSMSClassifier
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbSMSClassifier
DbException
public final DbRelationN getFirstEndFlows() throws DbException
DbException
public final DbRelationN getSecondEndFlows() throws DbException
DbException
public final java.lang.Integer getIdentifier() throws DbException
DbException
public final java.lang.Boolean getControl() throws DbException
DbException
public final boolean isControl() throws DbException
DbException
public final java.lang.Integer getVolume() throws DbException
DbException
public final DbJVClass getDbJVClass() 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 |