|
||||||||||
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.DbSMSBehavioralFeature
org.modelsphere.sms.oo.db.DbOOOperation
org.modelsphere.sms.oo.db.DbOOAbstractMethod
org.modelsphere.sms.oo.db.DbOOMethod
public abstract class DbOOMethod
Direct subclass(es)/subinterface(s) : DbJVMethod.
Composites : DbOOClass.
Components : DbOOParameter, DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fAbstract
|
static MetaRelation1 |
fDomain
|
static MetaRelation1 |
fReturnElementType
|
static MetaRelation1 |
fReturnType
|
static MetaField |
fStatic
|
static MetaField |
fTypeUse
|
static MetaField |
fTypeUseStyle
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.oo.db.DbOOAbstractMethod |
---|
fVisibility |
Fields inherited from class org.modelsphere.sms.oo.db.DbOOOperation |
---|
complexity, fBody |
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 | |
---|---|
DbOOMethod()
Parameter-less constructor. |
|
DbOOMethod(DbObject composite)
Creates an instance of DbOOMethod. |
Method Summary | |
---|---|
java.lang.String |
buildTypeDisplayString()
|
java.lang.Boolean |
getAbstract()
Deprecated. use isAbstract() method instead |
DbORDomain |
getDomain()
Gets the domain object associated to a DbOOMethod's instance. |
DbOOAdt |
getReturnElementType()
Gets the return element type object associated to a DbOOMethod's instance. |
DbOOAdt |
getReturnType()
Gets the return type object associated to a DbOOMethod's instance. |
java.lang.Boolean |
getStatic()
Deprecated. use isStatic() method instead |
java.lang.String |
getTypeUse()
Gets the "type use" property of a DbOOMethod's instance. |
OOTypeUseStyle |
getTypeUseStyle()
Gets the "type use style" of a DbOOMethod's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isAbstract()
Tells whether a DbOOMethod's instance is abstract or not. |
boolean |
isStatic()
Tells whether a DbOOMethod's instance is static or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setAbstract(java.lang.Boolean value)
Sets the "abstract" property of a DbOOMethod's instance. |
void |
setDomain(DbORDomain value)
Sets the domain object associated to a DbOOMethod's instance. |
void |
setReturnElementType(DbOOAdt value)
Sets the return element type object associated to a DbOOMethod's instance. |
void |
setReturnType(DbOOAdt value)
Sets the return type object associated to a DbOOMethod's instance. |
void |
setStatic(java.lang.Boolean value)
Sets the "static" property of a DbOOMethod's instance. |
void |
setTypeUse(java.lang.String value)
Sets the "type use" property of a DbOOMethod's instance. |
void |
setTypeUseStyle(OOTypeUseStyle value)
Sets the "type use style" property of a DbOOMethod's instance. |
Methods inherited from class org.modelsphere.sms.oo.db.DbOOAbstractMethod |
---|
buildDisplayString, buildSignature, getVisibility, hasParameter, hasSameSignatureAs, matches, setVisibility |
Methods inherited from class org.modelsphere.sms.oo.db.DbOOOperation |
---|
getBody, setBody |
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, 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 fReturnType
public static final MetaRelation1 fReturnElementType
public static final MetaField fTypeUse
public static final MetaField fAbstract
public static final MetaField fTypeUseStyle
public static final MetaField fStatic
public static final MetaRelation1 fDomain
public static final MetaClass metaClass
Constructor Detail |
---|
public DbOOMethod()
public DbOOMethod(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 buildTypeDisplayString() throws DbException
DbException
public final void setReturnType(DbOOAdt value) throws DbException
value
- the return type object to be associated
DbException
public final void setReturnElementType(DbOOAdt value) throws DbException
value
- the return 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 setAbstract(java.lang.Boolean value) throws DbException
value
- the "abstract" 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 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 DbOOAbstractMethod
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbOOAbstractMethod
DbException
public final DbOOAdt getReturnType() throws DbException
DbException
public final DbOOAdt getReturnElementType() throws DbException
DbException
public final java.lang.String getTypeUse() throws DbException
DbException
public final java.lang.Boolean getAbstract() throws DbException
DbException
public final boolean isAbstract() 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 DbORDomain getDomain() throws DbException
DbException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |