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.
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.