net.sf.farrago.fem.sql2003
Interface FemColumnListRoutineParameter

All Superinterfaces:
CwmElement, CwmModelElement, CwmParameter, CwmSqlparameter, FemAbstractTypedElement, FemAnnotatedElement, FemRoutineParameter, RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemColumnListRoutineParameter$Hib

public interface FemColumnListRoutineParameter
extends FemRoutineParameter

ColumnListRoutineParameter object instance interface.

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
 String getSourceCursorName()
          Returns the value of attribute sourceCursorName.
 void setSourceCursorName(String newValue)
          Sets the value of sourceCursorName attribute.
 
Methods inherited from interface net.sf.farrago.fem.sql2003.FemRoutineParameter
getCharacterSetName, getCollationName, getLength, getOrdinal, getPrecision, getScale, setCharacterSetName, setCollationName, setLength, setOrdinal, setPrecision, setScale
 
Methods inherited from interface net.sf.farrago.cwm.behavioral.CwmParameter
getBehavioralFeature, getDefaultValue, getEvent, getKind, getType, setBehavioralFeature, setDefaultValue, setEvent, setKind, setType
 
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
 
Methods inherited from interface net.sf.farrago.fem.sql2003.FemAnnotatedElement
getCreationTimestamp, getDescription, getLineageId, getModificationTimestamp, getTagAnnotation, setCreationTimestamp, setDescription, setLineageId, setModificationTimestamp
 

Method Detail

getSourceCursorName

String getSourceCursorName()
Returns the value of attribute sourceCursorName.

Returns:
Value of attribute sourceCursorName.

setSourceCursorName

void setSourceCursorName(String newValue)
Sets the value of sourceCursorName attribute. See getSourceCursorName() for description on the attribute.

Parameters:
newValue - New value to be set.