|
||||||||||
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.DbSMSCommonItem
org.modelsphere.sms.or.db.DbORCommonItem
public final class DbORCommonItem
Direct subclass(es)/subinterface(s) : none.
Composites : DbORCommonItemModel.
Components : DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaRelationN |
fColumns
|
static MetaRelationN |
fFields
|
static MetaField |
fFinal
|
static MetaField |
fLength
|
static MetaField |
fNbDecimal
|
static MetaField |
fNull
|
static MetaRelation1 |
fOoType
|
static MetaField |
fStatic
|
static MetaField |
fTransient
|
static MetaRelation1 |
fType
|
static MetaField |
fTypeUse
|
static MetaField |
fTypeUseStyle
|
static MetaField |
fVisibility
|
static MetaField |
fVolatile
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.db.DbSMSCommonItem |
---|
fCommonItemGos |
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 | |
---|---|
DbORCommonItem()
Parameter-less constructor. |
|
DbORCommonItem(DbObject composite)
Creates an instance of DbORCommonItem. |
Method Summary | |
---|---|
DbRelationN |
getColumns()
Gets the list of columns associated to a DbORCommonItem's instance. |
DbRelationN |
getFields()
Gets the list of fields associated to a DbORCommonItem's instance. |
java.lang.Boolean |
getFinal()
Deprecated. use isFinal() method instead |
java.lang.Integer |
getLength()
Gets the "length" of a DbORCommonItem's instance. |
MetaClass |
getMetaClass()
|
java.lang.Integer |
getNbDecimal()
Gets the "nbr. decimals" of a DbORCommonItem's instance. |
java.lang.Boolean |
getNull()
Gets the "null possible" of a DbORCommonItem's instance. |
DbOOAdt |
getOoType()
Gets the oo type object associated to a DbORCommonItem's instance. |
java.lang.Boolean |
getStatic()
Deprecated. use isStatic() method instead |
java.lang.Boolean |
getTransient()
Deprecated. use isTransient() method instead |
DbORTypeClassifier |
getType()
Gets the type object associated to a DbORCommonItem's instance. |
java.lang.String |
getTypeUse()
Gets the "oo type use" property of a DbORCommonItem's instance. |
OOTypeUseStyle |
getTypeUseStyle()
Gets the "oo type use style" of a DbORCommonItem's instance. |
JVVisibility |
getVisibility()
Gets the "oo visibility" of a DbORCommonItem's instance. |
java.lang.Boolean |
getVolatile()
Deprecated. use isVolatile() method instead |
static void |
initMeta()
For internal use only. |
boolean |
isFinal()
Tells whether a DbORCommonItem's instance is final or not. |
boolean |
isStatic()
Tells whether a DbORCommonItem's instance is static or not. |
boolean |
isTransient()
Tells whether a DbORCommonItem's instance is transient or not. |
boolean |
isVolatile()
Tells whether a DbORCommonItem's instance is volatile or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setFinal(java.lang.Boolean value)
Sets the "oo final" property of a DbORCommonItem's instance. |
void |
setLength(java.lang.Integer value)
Sets the "length" property of a DbORCommonItem's instance. |
void |
setNbDecimal(java.lang.Integer value)
Sets the "nbr. decimals" property of a DbORCommonItem's instance. |
void |
setNull(java.lang.Boolean value)
Sets the "null possible" property of a DbORCommonItem's instance. |
void |
setOoType(DbOOAdt value)
Sets the oo type object associated to a DbORCommonItem's instance. |
void |
setStatic(java.lang.Boolean value)
Sets the "oo static" property of a DbORCommonItem's instance. |
void |
setTransient(java.lang.Boolean value)
Sets the "oo transient" property of a DbORCommonItem's instance. |
void |
setType(DbORTypeClassifier value)
Sets the type object associated to a DbORCommonItem's instance. |
void |
setTypeUse(java.lang.String value)
Sets the "oo type use" property of a DbORCommonItem's instance. |
void |
setTypeUseStyle(OOTypeUseStyle value)
Sets the "oo type use style" property of a DbORCommonItem's instance. |
void |
setVisibility(JVVisibility value)
Sets the "oo visibility" property of a DbORCommonItem's instance. |
void |
setVolatile(java.lang.Boolean value)
Sets the "oo volatile" property of a DbORCommonItem's instance. |
Methods inherited from class org.modelsphere.sms.db.DbSMSCommonItem |
---|
getCommonItemGos |
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 MetaField fLength
public static final MetaField fNbDecimal
public static final MetaField fNull
public static final MetaRelationN fColumns
public static final MetaRelation1 fType
public static final MetaField fVisibility
public static final MetaField fTypeUse
public static final MetaField fTypeUseStyle
public static final MetaField fStatic
public static final MetaField fFinal
public static final MetaField fTransient
public static final MetaField fVolatile
public static final MetaRelation1 fOoType
public static final MetaRelationN fFields
public static final MetaClass metaClass
Constructor Detail |
---|
public DbORCommonItem()
public DbORCommonItem(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSMSCommonItem
metafield
- org.modelsphere.jack.baseDb.meta.MetaFieldvalue
- java.lang.Object
DbException
public final void setLength(java.lang.Integer value) throws DbException
value
- the "length" property
DbException
public final void setNbDecimal(java.lang.Integer value) throws DbException
value
- the "nbr. decimals" property
DbException
public final void setNull(java.lang.Boolean value) throws DbException
value
- the "null possible" property
DbException
public final void setType(DbORTypeClassifier value) throws DbException
value
- the type object to be associated
DbException
public final void setVisibility(JVVisibility value) throws DbException
value
- the "oo visibility" property
DbException
public final void setTypeUse(java.lang.String value) throws DbException
value
- the "oo type use" property
DbException
public final void setTypeUseStyle(OOTypeUseStyle value) throws DbException
value
- the "oo type use style" property
DbException
public final void setStatic(java.lang.Boolean value) throws DbException
value
- the "oo static" property
DbException
public final void setFinal(java.lang.Boolean value) throws DbException
value
- the "oo final" property
DbException
public final void setTransient(java.lang.Boolean value) throws DbException
value
- the "oo transient" property
DbException
public final void setVolatile(java.lang.Boolean value) throws DbException
value
- the "oo volatile" property
DbException
public final void setOoType(DbOOAdt value) throws DbException
value
- the oo type object to be associated
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbSMSCommonItem
DbException
public final java.lang.Integer getLength() throws DbException
DbException
public final java.lang.Integer getNbDecimal() throws DbException
DbException
public final java.lang.Boolean getNull() throws DbException
DbException
public final DbRelationN getColumns() throws DbException
DbException
public final DbORTypeClassifier getType() throws DbException
DbException
public final JVVisibility getVisibility() 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 java.lang.Boolean getFinal() throws DbException
DbException
public final boolean isFinal() throws DbException
DbException
public final java.lang.Boolean getTransient() throws DbException
DbException
public final boolean isTransient() throws DbException
DbException
public final java.lang.Boolean getVolatile() throws DbException
DbException
public final boolean isVolatile() throws DbException
DbException
public final DbOOAdt getOoType() throws DbException
DbException
public final DbRelationN getFields() 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 |