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

All Superinterfaces:
commonj.sdo.DataObject, org.eclipse.emf.ecore.sdo.EDataObject, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, Function, org.eclipse.emf.common.notify.Notifier, Routine, java.io.Serializable, 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). Reference: 5WD-02-Foundation-2002-12 4.23 SQL-invoked routines

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, setSource, setSpecificName, setSqlDataAccess
 
Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.schema.SQLObject
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 
Methods inherited from interface org.eclipse.emf.ecore.sdo.EDataObject
getInstanceProperties
 
Methods inherited from interface commonj.sdo.DataObject
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unset
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotations
 

Method Detail

isOverriding

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

void setOverriding(boolean value)
Sets the value of the 'Overriding' attribute.

Parameters:
value - the new value of the 'Overriding' attribute.
See Also:
isOverriding()

isConstructor

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

void setConstructor(boolean value)
Sets the value of the 'Constructor' attribute.

Parameters:
value - the new value of the 'Constructor' attribute.
See Also:
isConstructor()