|
||||||||||
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.DbSMSTypedElement
org.modelsphere.sms.db.DbSMSFeature
org.modelsphere.sms.db.DbSMSStructuralFeature
org.modelsphere.sms.oo.db.DbOODataMember
public abstract class DbOODataMember
Direct subclass(es)/subinterface(s) : DbJVDataMember.
Composites : DbOOClass.
Components : DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaRelation1 |
fAssociationEnd
|
static MetaRelation1 |
fCommonItem
|
static MetaRelation1 |
fDomain
|
static MetaRelation1 |
fElementType
|
static MetaField |
fStatic
|
static MetaRelation1 |
fType
|
static MetaField |
fTypeUse
|
static MetaField |
fTypeUseStyle
|
static MetaField |
fVisibility
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.db.DbSMSStructuralFeature |
---|
fInitialValue |
Fields inherited from class org.modelsphere.sms.db.DbSMSFeature |
---|
fOverriddenFeatures, fOverridingFeatures |
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 | |
---|---|
DbOODataMember()
Parameter-less constructor. |
|
DbOODataMember(DbObject composite)
Creates an instance of DbOODataMember. |
Method Summary | |
---|---|
java.lang.String |
buildDisplayString()
|
java.lang.String |
buildTypeDisplayString()
|
DbOOAssociationEnd |
getAssociationEnd()
Gets the association end object associated to a DbOODataMember's instance. |
DbORCommonItem |
getCommonItem()
Gets the common item object associated to a DbOODataMember's instance. |
DbORDomain |
getDomain()
Gets the domain object associated to a DbOODataMember's instance. |
DbOOAdt |
getElementType()
Gets the element type object associated to a DbOODataMember's instance. |
int |
getMinCard(MetaRelationship metaRel)
|
java.lang.Boolean |
getStatic()
Deprecated. use isStatic() method instead |
DbOOAdt |
getType()
Gets the type object associated to a DbOODataMember's instance. |
java.lang.String |
getTypeUse()
Gets the "type use" property of a DbOODataMember's instance. |
OOTypeUseStyle |
getTypeUseStyle()
Gets the "type use style" of a DbOODataMember's instance. |
OOVisibility |
getVisibility()
Gets the "visibility" of a DbOODataMember's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isStatic()
Tells whether a DbOODataMember's instance is static or not. |
boolean |
isTypeUseAfterType()
|
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setAssociationEnd(DbOOAssociationEnd value)
Sets the association end object associated to a DbOODataMember's instance. |
void |
setCommonItem(DbORCommonItem value)
Sets the common item object associated to a DbOODataMember's instance. |
void |
setDomain(DbORDomain value)
Sets the domain object associated to a DbOODataMember's instance. |
void |
setElementType(DbOOAdt value)
Sets the element type object associated to a DbOODataMember's instance. |
void |
setStatic(java.lang.Boolean value)
Sets the "static" property of a DbOODataMember's instance. |
void |
setType(DbOOAdt value)
Sets the type object associated to a DbOODataMember's instance. |
void |
setTypeUse(java.lang.String value)
Sets the "type use" property of a DbOODataMember's instance. |
void |
setTypeUseStyle(OOTypeUseStyle value)
Sets the "type use style" property of a DbOODataMember's instance. |
void |
setVisibility(OOVisibility value)
Sets the "visibility" property of a DbOODataMember's instance. |
Methods inherited from class org.modelsphere.sms.db.DbSMSStructuralFeature |
---|
getInitialValue, setInitialValue |
Methods inherited from class org.modelsphere.sms.db.DbSMSFeature |
---|
addToOverriddenFeatures, addToOverridingFeatures, getOverriddenFeatures, getOverridingFeatures, removeFromOverriddenFeatures, removeFromOverridingFeatures, setOverriddenFeatures, setOverridingFeatures |
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 MetaRelation1 fAssociationEnd
public static final MetaField fVisibility
public static final MetaRelation1 fType
public static final MetaRelation1 fElementType
public static final MetaField fTypeUse
public static final MetaField fTypeUseStyle
public static final MetaField fStatic
public static final MetaRelation1 fCommonItem
public static final MetaRelation1 fDomain
public static final MetaClass metaClass
Constructor Detail |
---|
public DbOODataMember()
public DbOODataMember(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final java.lang.String buildDisplayString() throws DbException
DbException
public final java.lang.String buildTypeDisplayString() throws DbException
DbException
public final boolean isTypeUseAfterType() throws DbException
DbException
public final int getMinCard(MetaRelationship metaRel) throws DbException
getMinCard
in class DbObject
metarel
- org.modelsphere.jack.baseDb.meta.MetaRelationship
DbException
public final void setAssociationEnd(DbOOAssociationEnd value) throws DbException
value
- the association end object to be associated
DbException
public final void setVisibility(OOVisibility value) throws DbException
value
- the "visibility" property
DbException
public final void setType(DbOOAdt value) throws DbException
value
- the type object to be associated
DbException
public final void setElementType(DbOOAdt value) throws DbException
value
- the element type object to be associated
DbException
public final void setTypeUse(java.lang.String value) throws DbException
value
- the "type use" property
DbException
public final void setTypeUseStyle(OOTypeUseStyle value) throws DbException
value
- the "type use style" property
DbException
public final void setStatic(java.lang.Boolean value) throws DbException
value
- the "static" property
DbException
public final void setCommonItem(DbORCommonItem value) throws DbException
value
- the common item object to be associated
DbException
public final void setDomain(DbORDomain value) throws DbException
value
- the domain object to be associated
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSMSStructuralFeature
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbSMSStructuralFeature
DbException
public final DbOOAssociationEnd getAssociationEnd() throws DbException
DbException
public final OOVisibility getVisibility() throws DbException
DbException
public final DbOOAdt getType() throws DbException
DbException
public final DbOOAdt getElementType() throws DbException
DbException
public final java.lang.String getTypeUse() throws DbException
DbException
public final OOTypeUseStyle getTypeUseStyle() throws DbException
DbException
public final java.lang.Boolean getStatic() throws DbException
DbException
public final boolean isStatic() throws DbException
DbException
public final DbORCommonItem getCommonItem() throws DbException
DbException
public final DbORDomain getDomain() throws DbException
DbException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |