org.modelsphere.sms.be.db
Class DbBESingleZoneDisplay
java.lang.Object
PersistentObject
org.modelsphere.jack.baseDb.db.DbObject
org.modelsphere.jack.baseDb.db.DbZoneDisplay
org.modelsphere.jack.baseDb.db.DbSingleZoneDisplay
org.modelsphere.sms.be.db.DbBESingleZoneDisplay
public final class DbBESingleZoneDisplay
- extends DbSingleZoneDisplay
Direct subclass(es)/subinterface(s) : none.
Composites : DbBENotation.
Components : none.
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 |
DbBESingleZoneDisplay()
Parameter-less constructor. |
DbBESingleZoneDisplay(DbObject composite,
boolean displayed,
ZoneJustification justification,
boolean separator,
BEZoneStereotype stereotype)
Creates an instance of DbBESingleZoneDisplay. |
DbBESingleZoneDisplay(DbObject composite,
DbUDF udf,
boolean displayed,
ZoneJustification justification,
boolean separator,
BEZoneStereotype stereotype)
Creates an instance of DbBESingleZoneDisplay. |
DbBESingleZoneDisplay(DbObject composite,
MetaField metaField,
boolean displayed,
ZoneJustification justification,
boolean separator,
BEZoneStereotype stereotype)
Creates an instance of DbBESingleZoneDisplay. |
Methods inherited from class org.modelsphere.jack.baseDb.db.DbSingleZoneDisplay |
getGUIName, getJustification, getMetaField, getSeparator, getSourceObject, getUdf, getUseExtraSpace, getValue, isEmpty, isSeparator, isUseExtraSpace, setJustification, setMetaField, setSeparator, setUdf, setUseExtraSpace |
Methods inherited from class org.modelsphere.jack.baseDb.db.DbObject |
addDbRefreshListener, addDbRefreshListener, basicReinsert, basicSet, basicSet, buildFullNameString, buildFullNameString, componentTree, componentTree, componentTree, copyComponent, createComponent, createComponent, createRAMRelN, deepCopy, deepCopy, doDeleteAction, findComponentByName, findComponentByName, findMatchingObject, generateEDCTimestamp, get, get, get, getAccordingToStatus, getComponents, getComposite, getCompositeOfType, getCreationTime, getDb, getDependencyRelations, getEDCTimestamp, getFullDisplayName, getId, getMatchingObject, getMinCard, getModificationTime, getName, getNbNeighbors, getNextTs, getOld, getProject, getSemanticalIcon, getSemanticalName, getTransStatus, getTs, getUDF, getUdfValues, getValidationStatus, hasAdminAccess, hasChanged, hasField, hasWriteAccess, isAddedAndRemoved, isAlive, isDeletable, isDescendingFrom, isHugeRelN, load, load, matches, reinsert, remove, removeDbRefreshListener, save, set, setComposite, setMatchingObject, setModificationTime, setName, setRelationNN, setRelationNN, setValidationStatus, toString, valuesAreEqual |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
fStereotype
public static final MetaField fStereotype
metaClass
public static final MetaClass metaClass
DbBESingleZoneDisplay
public DbBESingleZoneDisplay()
- Parameter-less constructor. Required by Java Beans Conventions.
DbBESingleZoneDisplay
public DbBESingleZoneDisplay(DbObject composite,
MetaField metaField,
boolean displayed,
ZoneJustification justification,
boolean separator,
BEZoneStereotype stereotype)
throws DbException
- Creates an instance of DbBESingleZoneDisplay.
- Parameters:
composite
- org.modelsphere.jack.baseDb.db.DbObjectmetafield
- org.modelsphere.jack.baseDb.meta.MetaFielddisplayed
- booleanjustification
- org.modelsphere.jack.baseDb.db.srtypes.ZoneJustificationseparator
- booleanstereotype
- org.modelsphere.sms.be.db.srtypes.BEZoneStereotype
- Throws:
DbException
DbBESingleZoneDisplay
public DbBESingleZoneDisplay(DbObject composite,
DbUDF udf,
boolean displayed,
ZoneJustification justification,
boolean separator,
BEZoneStereotype stereotype)
throws DbException
- Creates an instance of DbBESingleZoneDisplay.
- Parameters:
composite
- org.modelsphere.jack.baseDb.db.DbObjectudf
- org.modelsphere.jack.baseDb.db.DbUDFdisplayed
- booleanjustification
- org.modelsphere.jack.baseDb.db.srtypes.ZoneJustificationseparator
- booleanstereotype
- org.modelsphere.sms.be.db.srtypes.BEZoneStereotype
- Throws:
DbException
DbBESingleZoneDisplay
public DbBESingleZoneDisplay(DbObject composite,
boolean displayed,
ZoneJustification justification,
boolean separator,
BEZoneStereotype stereotype)
throws DbException
- Creates an instance of DbBESingleZoneDisplay.
- Parameters:
composite
- org.modelsphere.jack.baseDb.db.DbObjectdisplayed
- booleanjustification
- org.modelsphere.jack.baseDb.db.srtypes.ZoneJustificationseparator
- booleanstereotype
- org.modelsphere.sms.be.db.srtypes.BEZoneStereotype
- Throws:
DbException
initMeta
public static void initMeta()
- For internal use only.
setStereotype
public final void setStereotype(BEZoneStereotype value)
throws DbException
- Sets the "stereotype" property of a DbBESingleZoneDisplay's instance.
- Parameters:
value
- the "stereotype" property
- Throws:
DbException
set
public void set(MetaField metaField,
java.lang.Object value)
throws DbException
- Overrides:
set
in class DbSingleZoneDisplay
- Throws:
DbException
set
public void set(MetaRelationN relation,
DbObject neighbor,
int op)
throws DbException
- Overrides:
set
in class DbSingleZoneDisplay
- Throws:
DbException
getStereotype
public final BEZoneStereotype getStereotype()
throws DbException
- Gets the "stereotype" of a DbBESingleZoneDisplay's instance.
- Returns:
- the "stereotype"
- Throws:
DbException
getMetaClass
public MetaClass getMetaClass()
- Overrides:
getMetaClass
in class DbSingleZoneDisplay
Open ModelSphere 2007. All Rights Reserved.