|
||||||||||
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
org.modelsphere.sms.or.informix.db.DbINFParameter
public final class DbINFParameter
Direct subclass(es)/subinterface(s) : none.
Composites : DbINFProcedure.
Components : DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fDefaultNull
|
static MetaField |
fReturn
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.or.db.DbORParameter |
---|
fLength, fNbDecimal, fReference, fType |
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 | |
---|---|
DbINFParameter()
Parameter-less constructor. |
|
DbINFParameter(DbObject composite)
Creates an instance of DbINFParameter. |
Method Summary | |
---|---|
java.lang.Boolean |
getDefaultNull()
Deprecated. use isDefaultNull() method instead |
MetaClass |
getMetaClass()
|
java.lang.Boolean |
getReturn()
Deprecated. use isReturn() method instead |
static void |
initMeta()
For internal use only. |
boolean |
isDefaultNull()
Tells whether a DbINFParameter's instance is defaultNull or not. |
boolean |
isReturn()
Tells whether a DbINFParameter's instance is return or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setDefaultNull(java.lang.Boolean value)
Sets the "default null" property of a DbINFParameter's instance. |
void |
setReturn(java.lang.Boolean value)
Sets the "return" property of a DbINFParameter's instance. |
Methods inherited from class org.modelsphere.sms.or.db.DbORParameter |
---|
getLength, getNbDecimal, getReference, getSemanticalIcon, getType, isReference, setLength, setNbDecimal, setReference, setType |
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 MetaField fDefaultNull
public static final MetaField fReturn
public static final MetaClass metaClass
Constructor Detail |
---|
public DbINFParameter()
public DbINFParameter(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final void setDefaultNull(java.lang.Boolean value) throws DbException
value
- the "default null" property
DbException
public final void setReturn(java.lang.Boolean value) throws DbException
value
- the "return" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbORParameter
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbORParameter
DbException
public final java.lang.Boolean getDefaultNull() throws DbException
DbException
public final boolean isDefaultNull() throws DbException
DbException
public final java.lang.Boolean getReturn() throws DbException
DbException
public final boolean isReturn() 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 |