|
||||||||||
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.DbBEActor
public final class DbBEActor
Direct subclass(es)/subinterface(s) : none.
Composites : DbBEModel.
Components : DbBEActorQualifier,
DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fControl
|
static MetaField |
fDefinition
|
static MetaRelationN |
fFirstEndFlows
|
static MetaField |
fIdentifier
|
static MetaRelationN |
fSecondEndFlows
|
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 | |
---|---|
DbBEActor()
Parameter-less constructor. |
|
DbBEActor(DbObject composite)
Creates an instance of DbBEActor. |
Method Summary | |
---|---|
java.lang.Boolean |
getControl()
Deprecated. use isControl() method instead |
java.lang.String |
getDefinition()
Gets the "definition" property of a DbBEActor's instance. |
protected int |
getFeatureSet()
|
DbRelationN |
getFirstEndFlows()
Gets the list of flows associated to a DbBEActor's instance. |
java.lang.Integer |
getIdentifier()
Gets the "identifier" of a DbBEActor's instance. |
MetaClass |
getMetaClass()
|
DbRelationN |
getSecondEndFlows()
Gets the list of flows associated to a DbBEActor's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isControl()
Tells whether a DbBEActor'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 DbBEActor's instance. |
void |
setDefinition(java.lang.String value)
Sets the "definition" property of a DbBEActor's instance. |
void |
setIdentifier(java.lang.Integer value)
Sets the "identifier" property of a DbBEActor'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 fDefinition
public static final MetaField fControl
public static final MetaClass metaClass
public static final MetaField[] notationFields
Constructor Detail |
---|
public DbBEActor()
public DbBEActor(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 setDefinition(java.lang.String value) throws DbException
value
- the "definition" property
DbException
public final void setControl(java.lang.Boolean value) throws DbException
value
- the "control" property
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.String getDefinition() throws DbException
DbException
public final java.lang.Boolean getControl() throws DbException
DbException
public final boolean isControl() 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 |