org.modelsphere.sms.or.informix.db
Class DbINFProcedure

java.lang.Object
  extended by PersistentObject
      extended by org.modelsphere.jack.baseDb.db.DbObject
          extended by org.modelsphere.jack.baseDb.db.DbSemanticalObject
              extended by org.modelsphere.sms.db.DbSMSSemanticalObject
                  extended by org.modelsphere.sms.db.DbSMSTypedElement
                      extended by org.modelsphere.sms.db.DbSMSFeature
                          extended by org.modelsphere.sms.db.DbSMSBehavioralFeature
                              extended by org.modelsphere.sms.or.db.DbORAbstractMethod
                                  extended by org.modelsphere.sms.or.db.DbORProcedure
                                      extended by org.modelsphere.sms.or.informix.db.DbINFProcedure

public final class DbINFProcedure
extends DbORProcedure

Direct subclass(es)/subinterface(s) : none.
Composites : DbINFOperationLibrary.
Components : DbINFParameter, DbSMSObjectImport.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject
DbObject.ComponentIterator
 
Field Summary
static MetaField fDba
           
static MetaField fDocument
           
static MetaField fExternalName
           
static MetaField fLanguage
           
static MetaField fListingFileName
           
static MetaField fReturnTypeLength
           
static MetaField fReturnTypeNbDecimal
           
static MetaField fSpecificName
           
static MetaField fVariant
           
static MetaClass metaClass
           
 
Fields inherited from class org.modelsphere.sms.or.db.DbORProcedure
fFunction, fJavaMethod, fLength, fPrecision, fReturnType, fReturnTypeReference
 
Fields inherited from class org.modelsphere.sms.or.db.DbORAbstractMethod
fBody, fUser
 
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
DbINFProcedure()
          Parameter-less constructor.
DbINFProcedure(DbObject composite)
          Creates an instance of DbINFProcedure.
 
Method Summary
 java.lang.Boolean getDba()
          Deprecated. use isDba() method instead
 java.lang.String getDocument()
          Gets the "document" property of a DbINFProcedure's instance.
 java.lang.String getExternalName()
          Gets the "external name" property of a DbINFProcedure's instance.
 INFProcedureLanguage getLanguage()
          Gets the "language" of a DbINFProcedure's instance.
 java.lang.String getListingFileName()
          Gets the "listing file name" property of a DbINFProcedure's instance.
 MetaClass getMetaClass()
           
 java.lang.Integer getReturnTypeLength()
          Gets the "return type length" of a DbINFProcedure's instance.
 java.lang.Integer getReturnTypeNbDecimal()
          Gets the "return type nbr. decimals" of a DbINFProcedure's instance.
 java.lang.String getSpecificName()
          Gets the "specific name" property of a DbINFProcedure's instance.
 INFProcedureVariant getVariant()
          Gets the "variant" of a DbINFProcedure's instance.
static void initMeta()
          For internal use only.
 boolean isDba()
          Tells whether a DbINFProcedure's instance is dba or not.
 void set(MetaField metaField, java.lang.Object value)
           
 void set(MetaRelationN relation, DbObject neighbor, int op)
           
 void setDba(java.lang.Boolean value)
          Sets the "dba privileges" property of a DbINFProcedure's instance.
 void setDocument(java.lang.String value)
          Sets the "document" property of a DbINFProcedure's instance.
 void setExternalName(java.lang.String value)
          Sets the "external name" property of a DbINFProcedure's instance.
 void setLanguage(INFProcedureLanguage value)
          Sets the "language" property of a DbINFProcedure's instance.
 void setListingFileName(java.lang.String value)
          Sets the "listing file name" property of a DbINFProcedure's instance.
 void setReturnTypeLength(java.lang.Integer value)
          Sets the "return type length" property of a DbINFProcedure's instance.
 void setReturnTypeNbDecimal(java.lang.Integer value)
          Sets the "return type nbr. decimals" property of a DbINFProcedure's instance.
 void setSpecificName(java.lang.String value)
          Sets the "specific name" property of a DbINFProcedure's instance.
 void setVariant(INFProcedureVariant value)
          Sets the "variant" property of a DbINFProcedure's instance.
 
Methods inherited from class org.modelsphere.sms.or.db.DbORProcedure
buildSignature, getFunction, getJavaMethod, getLength, getPrecision, getReturnType, getReturnTypeReference, getSemanticalIcon, isFunction, isReturnTypeReference, setFunction, setJavaMethod, setLength, setPrecision, setReturnType, setReturnTypeReference
 
Methods inherited from class org.modelsphere.sms.or.db.DbORAbstractMethod
getBody, getSecurityMask, getUser, setBody, setUser
 
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, matches, setAlias, setDescription, setName, setPhysicalName
 
Methods inherited from class org.modelsphere.jack.baseDb.db.DbObject
addDbRefreshListener, addDbRefreshListener, basicReinsert, basicSet, basicSet, buildFullNameString, buildFullNameString, componentTree, componentTree, componentTree, copyComponent, createComponent, createComponent, createRAMRelN, deepCopy, deepCopy, doDeleteAction, findComponentByName, findComponentByName, findMatchingObject, generateEDCTimestamp, get, get, get, getAccordingToStatus, getComponents, getComposite, getCompositeOfType, getCreationTime, getDb, getDependencyRelations, getEDCTimestamp, getFullDisplayName, getId, getMatchingObject, getMinCard, getModificationTime, getNbNeighbors, getNextTs, getOld, getProject, getSemanticalName, getTransStatus, getTs, getUDF, getUdfValues, getValidationStatus, hasAdminAccess, hasChanged, hasField, hasWriteAccess, isAddedAndRemoved, isAlive, isDeletable, isDescendingFrom, isHugeRelN, load, load, reinsert, remove, removeDbRefreshListener, save, set, setComposite, setMatchingObject, setModificationTime, setRelationNN, setRelationNN, setValidationStatus, toString, valuesAreEqual
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fDba

public static final MetaField fDba

fReturnTypeLength

public static final MetaField fReturnTypeLength

fReturnTypeNbDecimal

public static final MetaField fReturnTypeNbDecimal

fSpecificName

public static final MetaField fSpecificName

fExternalName

public static final MetaField fExternalName

fLanguage

public static final MetaField fLanguage

fDocument

public static final MetaField fDocument

fListingFileName

public static final MetaField fListingFileName

fVariant

public static final MetaField fVariant

metaClass

public static final MetaClass metaClass
Constructor Detail

DbINFProcedure

public DbINFProcedure()
Parameter-less constructor. Required by Java Beans Conventions.


DbINFProcedure

public DbINFProcedure(DbObject composite)
               throws DbException
Creates an instance of DbINFProcedure.

Parameters:
composite - the object which will contain the newly-created instance
Throws:
DbException
Method Detail

initMeta

public static void initMeta()
For internal use only.


setDba

public final void setDba(java.lang.Boolean value)
                  throws DbException
Sets the "dba privileges" property of a DbINFProcedure's instance.

Parameters:
value - the "dba privileges" property
Throws:
DbException

setReturnTypeLength

public final void setReturnTypeLength(java.lang.Integer value)
                               throws DbException
Sets the "return type length" property of a DbINFProcedure's instance.

Parameters:
value - the "return type length" property
Throws:
DbException

setReturnTypeNbDecimal

public final void setReturnTypeNbDecimal(java.lang.Integer value)
                                  throws DbException
Sets the "return type nbr. decimals" property of a DbINFProcedure's instance.

Parameters:
value - the "return type nbr. decimals" property
Throws:
DbException

setSpecificName

public final void setSpecificName(java.lang.String value)
                           throws DbException
Sets the "specific name" property of a DbINFProcedure's instance.

Parameters:
value - the "specific name" property
Throws:
DbException

setExternalName

public final void setExternalName(java.lang.String value)
                           throws DbException
Sets the "external name" property of a DbINFProcedure's instance.

Parameters:
value - the "external name" property
Throws:
DbException

setLanguage

public final void setLanguage(INFProcedureLanguage value)
                       throws DbException
Sets the "language" property of a DbINFProcedure's instance.

Parameters:
value - the "language" property
Throws:
DbException

setDocument

public final void setDocument(java.lang.String value)
                       throws DbException
Sets the "document" property of a DbINFProcedure's instance.

Parameters:
value - the "document" property
Throws:
DbException

setListingFileName

public final void setListingFileName(java.lang.String value)
                              throws DbException
Sets the "listing file name" property of a DbINFProcedure's instance.

Parameters:
value - the "listing file name" property
Throws:
DbException

setVariant

public final void setVariant(INFProcedureVariant value)
                      throws DbException
Sets the "variant" property of a DbINFProcedure's instance.

Parameters:
value - the "variant" property
Throws:
DbException

set

public void set(MetaField metaField,
                java.lang.Object value)
         throws DbException
Overrides:
set in class DbORProcedure
Throws:
DbException

set

public void set(MetaRelationN relation,
                DbObject neighbor,
                int op)
         throws DbException
Overrides:
set in class DbORProcedure
Throws:
DbException

getDba

public final java.lang.Boolean getDba()
                               throws DbException
Deprecated. use isDba() method instead

Gets the "dba privileges" property's Boolean value of a DbINFProcedure's instance.

Returns:
the "dba privileges" property's Boolean value
Throws:
DbException

isDba

public final boolean isDba()
                    throws DbException
Tells whether a DbINFProcedure's instance is dba or not.

Returns:
boolean
Throws:
DbException

getReturnTypeLength

public final java.lang.Integer getReturnTypeLength()
                                            throws DbException
Gets the "return type length" of a DbINFProcedure's instance.

Returns:
the "return type length"
Throws:
DbException

getReturnTypeNbDecimal

public final java.lang.Integer getReturnTypeNbDecimal()
                                               throws DbException
Gets the "return type nbr. decimals" of a DbINFProcedure's instance.

Returns:
the "return type nbr. decimals"
Throws:
DbException

getSpecificName

public final java.lang.String getSpecificName()
                                       throws DbException
Gets the "specific name" property of a DbINFProcedure's instance.

Returns:
the "specific name" property
Throws:
DbException

getExternalName

public final java.lang.String getExternalName()
                                       throws DbException
Gets the "external name" property of a DbINFProcedure's instance.

Returns:
the "external name" property
Throws:
DbException

getLanguage

public final INFProcedureLanguage getLanguage()
                                       throws DbException
Gets the "language" of a DbINFProcedure's instance.

Returns:
the "language"
Throws:
DbException

getDocument

public final java.lang.String getDocument()
                                   throws DbException
Gets the "document" property of a DbINFProcedure's instance.

Returns:
the "document" property
Throws:
DbException

getListingFileName

public final java.lang.String getListingFileName()
                                          throws DbException
Gets the "listing file name" property of a DbINFProcedure's instance.

Returns:
the "listing file name" property
Throws:
DbException

getVariant

public final INFProcedureVariant getVariant()
                                     throws DbException
Gets the "variant" of a DbINFProcedure's instance.

Returns:
the "variant"
Throws:
DbException

getMetaClass

public MetaClass getMetaClass()
Specified by:
getMetaClass in class DbObject


Open ModelSphere 2007. All Rights Reserved.