org.eclipse.wst.rdb.internal.models.sql.routines
Interface Method

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, Function, org.eclipse.emf.common.notify.Notifier, Routine, SQLObject
All Known Implementing Classes:
MethodImpl

public interface Method
extends Function

A representation of the model object 'Method'. Method is a specialization of Function to indicate the function was created in support of the user-defined type (UDT). From 5WD-02-Foundation-2002-12 4.23 SQL-invoked routines - If the SQL-invoked routine is an SQL-invoked method, then an indication of the user-defined type whose descriptor contains the corresponding method specification descriptor

The following features are supported:

See Also:
SQLRoutinesPackage.getMethod()

Method Summary
 boolean isConstructor()
          Returns the value of the 'Constructor' attribute.
 boolean isOverriding()
          Returns the value of the 'Overriding' attribute.
 void setConstructor(boolean value)
          Sets the value of the 'Constructor' attribute.
 void setOverriding(boolean value)
          Sets the value of the 'Overriding' attribute.
 
Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.routines.Function
getReturnCast, getReturnScaler, getReturnTable, getTransformGroup, isMutator, isNullCall, isStatic, isTypePreserving, setMutator, setNullCall, setReturnCast, setReturnScaler, setReturnTable, setStatic, setTransformGroup, setTypePreserving
 
Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.routines.Routine
getAuthorizationID, getCreationTS, getExternalName, getInputParameters, getLanguage, getLastAlteredTS, getOutputParameters, getParameters, getParameterStyle, getSchema, getSecurity, getSource, getSpecificName, getSqlDataAccess, isDeterministic, setAuthorizationID, setCreationTS, setDeterministic, setExternalName, setLanguage, setLastAlteredTS, setParameterStyle, setSchema, setSecurity, setSpecificName, setSqlDataAccess
 
Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.schema.SQLObject
addEAnnotation, addEAnnotationDetail, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

isOverriding

public boolean isOverriding()
Returns the value of the 'Overriding' attribute.

If the meaning of the 'Overriding' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Overriding' attribute.
See Also:
setOverriding(boolean), SQLRoutinesPackage.getMethod_Overriding()

setOverriding

public void setOverriding(boolean value)
Sets the value of the 'Overriding' attribute.
Parameters:
value - the new value of the 'Overriding' attribute.
See Also:
isOverriding()

isConstructor

public boolean isConstructor()
Returns the value of the 'Constructor' attribute.

If the meaning of the 'Constructor' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Constructor' attribute.
See Also:
setConstructor(boolean), SQLRoutinesPackage.getMethod_Constructor()

setConstructor

public void setConstructor(boolean value)
Sets the value of the 'Constructor' attribute.
Parameters:
value - the new value of the 'Constructor' attribute.
See Also:
isConstructor()