|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FemRoutine
Routine 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 | |
|---|---|
RoutineDataAccess |
getDataAccess()
Returns the value of attribute dataAccess. |
int |
getDynamicResultSetCount()
Returns the value of attribute dynamicResultSetCount. |
String |
getExternalName()
Returns the value of attribute externalName. |
String |
getInvocationName()
Returns the value of attribute invocationName. |
String |
getLanguage()
Returns the value of attribute language. |
String |
getParameterStyle()
Returns the value of attribute parameterStyle. |
boolean |
isCalledOnNullInput()
Returns the value of attribute calledOnNullInput. |
boolean |
isDeterministic()
Returns the value of attribute deterministic. |
boolean |
isDynamicFunction()
Returns the value of attribute dynamicFunction. |
boolean |
isImpersonateDefiner()
Returns the value of attribute impersonateDefiner. |
boolean |
isNewSavepointLevel()
Returns the value of attribute newSavepointLevel. |
boolean |
isStaticDispatch()
Returns the value of attribute staticDispatch. |
boolean |
isUdx()
Returns the value of attribute isUdx. |
void |
setCalledOnNullInput(boolean newValue)
Sets the value of calledOnNullInput attribute. |
void |
setDataAccess(RoutineDataAccess newValue)
Sets the value of dataAccess attribute. |
void |
setDeterministic(boolean newValue)
Sets the value of deterministic attribute. |
void |
setDynamicFunction(boolean newValue)
Sets the value of dynamicFunction attribute. |
void |
setDynamicResultSetCount(int newValue)
Sets the value of dynamicResultSetCount attribute. |
void |
setExternalName(String newValue)
Sets the value of externalName attribute. |
void |
setImpersonateDefiner(boolean newValue)
Sets the value of impersonateDefiner attribute. |
void |
setInvocationName(String newValue)
Sets the value of invocationName attribute. |
void |
setLanguage(String newValue)
Sets the value of language attribute. |
void |
setNewSavepointLevel(boolean newValue)
Sets the value of newSavepointLevel attribute. |
void |
setParameterStyle(String newValue)
Sets the value of parameterStyle attribute. |
void |
setStaticDispatch(boolean newValue)
Sets the value of staticDispatch attribute. |
void |
setUdx(boolean newValue)
Sets the value of isUdx attribute. |
| Methods inherited from interface net.sf.farrago.cwm.relational.CwmProcedure |
|---|
getType, setType |
| 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 |
| Methods inherited from interface net.sf.farrago.cwm.core.CwmClassifier |
|---|
getFeature, isAbstract, setAbstract |
| Methods inherited from interface net.sf.farrago.cwm.core.CwmNamespace |
|---|
getOwnedElement |
| 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 |
|---|
String getInvocationName()
void setInvocationName(String newValue)
getInvocationName() for description on the attribute.
newValue - New value to be set.String getExternalName()
void setExternalName(String newValue)
getExternalName() for description on the attribute.
newValue - New value to be set.boolean isNewSavepointLevel()
void setNewSavepointLevel(boolean newValue)
isNewSavepointLevel() for description on the attribute.
newValue - New value to be set.int getDynamicResultSetCount()
void setDynamicResultSetCount(int newValue)
getDynamicResultSetCount() for description on the attribute.
newValue - New value to be set.boolean isStaticDispatch()
void setStaticDispatch(boolean newValue)
isStaticDispatch() for description on the attribute.
newValue - New value to be set.String getParameterStyle()
void setParameterStyle(String newValue)
getParameterStyle() for description on the attribute.
newValue - New value to be set.boolean isImpersonateDefiner()
void setImpersonateDefiner(boolean newValue)
isImpersonateDefiner() for description on the attribute.
newValue - New value to be set.boolean isDeterministic()
void setDeterministic(boolean newValue)
isDeterministic() for description on the attribute.
newValue - New value to be set.RoutineDataAccess getDataAccess()
void setDataAccess(RoutineDataAccess newValue)
getDataAccess()
for description on the attribute.
newValue - New value to be set.boolean isCalledOnNullInput()
void setCalledOnNullInput(boolean newValue)
isCalledOnNullInput() for description on the attribute.
newValue - New value to be set.String getLanguage()
void setLanguage(String newValue)
getLanguage() for
description on the attribute.
newValue - New value to be set.boolean isUdx()
void setUdx(boolean newValue)
isUdx() for
description on the attribute.
newValue - New value to be set.boolean isDynamicFunction()
void setDynamicFunction(boolean newValue)
isDynamicFunction() for description on the attribute.
newValue - New value to be set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||