|
||||||||||
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.DbSMSParameter
org.modelsphere.sms.oo.db.DbOOParameter
public abstract class DbOOParameter
Direct subclass(es)/subinterface(s) : DbJVParameter.
Composites : DbOOAbstractMethod.
Components : DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaRelation1 |
fDomain
|
static MetaRelation1 |
fElementType
|
static MetaRelation1 |
fType
|
static MetaField |
fTypeUse
|
static MetaField |
fTypeUseStyle
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.db.DbSMSParameter |
---|
fDefaultValue, fPassingConvention |
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 | |
---|---|
DbOOParameter()
Parameter-less constructor. |
|
DbOOParameter(DbObject composite)
Creates an instance of DbOOParameter. |
Method Summary | |
---|---|
java.lang.String |
buildDisplayString()
|
java.lang.String |
buildTypeDisplayString()
|
DbORDomain |
getDomain()
Gets the domain object associated to a DbOOParameter's instance. |
DbOOAdt |
getElementType()
Gets the element type object associated to a DbOOParameter's instance. |
DbOOAdt |
getType()
Gets the type object associated to a DbOOParameter's instance. |
java.lang.String |
getTypeUse()
Gets the "type use" property of a DbOOParameter's instance. |
OOTypeUseStyle |
getTypeUseStyle()
Gets the "type use style" of a DbOOParameter's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isTypeUseAfterType()
|
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setDomain(DbORDomain value)
Sets the domain object associated to a DbOOParameter's instance. |
void |
setElementType(DbOOAdt value)
Sets the element type object associated to a DbOOParameter's instance. |
void |
setType(DbOOAdt value)
Sets the type object associated to a DbOOParameter's instance. |
void |
setTypeUse(java.lang.String value)
Sets the "type use" property of a DbOOParameter's instance. |
void |
setTypeUseStyle(OOTypeUseStyle value)
Sets the "type use style" property of a DbOOParameter's instance. |
Methods inherited from class org.modelsphere.sms.db.DbSMSParameter |
---|
getDefaultValue, getPassingConvention, setDefaultValue, setPassingConvention |
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 fType
public static final MetaRelation1 fElementType
public static final MetaField fTypeUse
public static final MetaField fTypeUseStyle
public static final MetaRelation1 fDomain
public static final MetaClass metaClass
Constructor Detail |
---|
public DbOOParameter()
public DbOOParameter(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 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 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 DbSMSParameter
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbSMSParameter
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 DbORDomain getDomain() throws DbException
DbException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |