net.sf.farrago.cwm.relational
Interface CwmProcedure

All Superinterfaces:
CwmBehavioralFeature, CwmElement, CwmFeature, CwmMethod, CwmModelElement, RefBaseObject, RefFeatured, RefObject
All Known Subinterfaces:
FemRoutine
All Known Implementing Classes:
CwmProcedure$Hib, FemRoutine$Hib

public interface CwmProcedure
extends CwmMethod

Procedure object instance interface. This class describes Relational DBMS Stored procedures and functions.

Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.


Method Summary
 ProcedureType getType()
          Returns the value of attribute type.
 void setType(ProcedureType newValue)
          Sets the value of type attribute.
 
Methods inherited from interface net.sf.farrago.cwm.behavioral.CwmMethod
getBody, getSpecification, setBody, setSpecification
 
Methods inherited from interface net.sf.farrago.cwm.behavioral.CwmBehavioralFeature
getParameter, isQuery, setQuery
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmFeature
getOwner, getOwnerScope, setOwner, setOwnerScope
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmModelElement
getClientDependency, getConstraint, getImporter, getName, getNamespace, getVisibility, setName, setNamespace, setVisibility
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getType

ProcedureType getType()
Returns the value of attribute type. A Procedure can be either a Function or a true Procedure. This indicates whether this object returns a value or not.

Returns:
Value of attribute type.

setType

void setType(ProcedureType newValue)
Sets the value of type attribute. See getType() for description on the attribute.

Parameters:
newValue - New value to be set.