|
||||||||||
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.or.db.DbORParameter
public abstract class DbORParameter
Direct subclass(es)/subinterface(s) : DbORAParameter,
DbIBMParameter,
DbINFParameter, DbGEParameter.
Composites : none.
Components : DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fLength
|
static MetaField |
fNbDecimal
|
static MetaField |
fReference
|
static MetaRelation1 |
fType
|
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 | |
---|---|
DbORParameter()
Parameter-less constructor. |
|
DbORParameter(DbObject composite)
Creates an instance of DbORParameter. |
Method Summary | |
---|---|
java.lang.Integer |
getLength()
Gets the "length" of a DbORParameter's instance. |
java.lang.Integer |
getNbDecimal()
Gets the "nbr. decimals" of a DbORParameter's instance. |
java.lang.Boolean |
getReference()
Deprecated. use isReference() method instead |
javax.swing.Icon |
getSemanticalIcon(int form)
|
DbORTypeClassifier |
getType()
Gets the type object associated to a DbORParameter's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isReference()
Tells whether a DbORParameter's instance is reference or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setLength(java.lang.Integer value)
Sets the "length" property of a DbORParameter's instance. |
void |
setNbDecimal(java.lang.Integer value)
Sets the "nbr. decimals" property of a DbORParameter's instance. |
void |
setReference(java.lang.Boolean value)
Sets the "reference" property of a DbORParameter's instance. |
void |
setType(DbORTypeClassifier value)
Sets the type object associated to a DbORParameter'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 MetaField fLength
public static final MetaField fNbDecimal
public static final MetaField fReference
public static final MetaClass metaClass
Constructor Detail |
---|
public DbORParameter()
public DbORParameter(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final javax.swing.Icon getSemanticalIcon(int form) throws DbException
getSemanticalIcon
in class DbObject
form
- int
DbException
public final void setType(DbORTypeClassifier value) throws DbException
value
- the type object to be associated
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 setReference(java.lang.Boolean value) throws DbException
value
- the "reference" property
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 DbORTypeClassifier getType() throws DbException
DbException
public final java.lang.Integer getLength() throws DbException
DbException
public final java.lang.Integer getNbDecimal() throws DbException
DbException
public final java.lang.Boolean getReference() throws DbException
DbException
public final boolean isReference() throws DbException
DbException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |