|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectENamedElementImpl
org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl
org.eclipse.datatools.modelbase.sql.schema.impl.TypedElementImpl
org.eclipse.datatools.modelbase.sql.routines.impl.ParameterImpl
public class ParameterImpl
An implementation of the model object 'Parameter'.
The following features are implemented:
Method Summary | |
---|---|
NotificationChain |
basicSetRoutine(Routine newRoutine,
NotificationChain msgs)
|
NotificationChain |
basicSetStringTypeOption(CharacterStringDataType newStringTypeOption,
NotificationChain msgs)
|
NotificationChain |
eBasicRemoveFromContainerFeature(NotificationChain msgs)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
ParameterMode |
getMode()
|
Routine |
getRoutine()
|
CharacterStringDataType |
getStringTypeOption()
|
boolean |
isLocator()
|
void |
setLocator(boolean newLocator)
|
void |
setMode(ParameterMode newMode)
|
void |
setRoutine(Routine newRoutine)
|
void |
setStringTypeOption(CharacterStringDataType newStringTypeOption)
|
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.datatools.modelbase.sql.schema.impl.TypedElementImpl |
---|
basicGetReferencedType, basicSetContainedType, getContainedType, getDataType, getReferencedType, setContainedType, setDataType, setReferencedType |
Methods inherited from class org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.TypedElement |
---|
getContainedType, getDataType, getReferencedType, setContainedType, setDataType, setReferencedType |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Method Detail |
---|
public ParameterMode getMode()
getMode
in interface Parameter
ParameterMode
,
Parameter.setMode(ParameterMode)
,
SQLRoutinesPackage.getParameter_Mode()
public void setMode(ParameterMode newMode)
setMode
in interface Parameter
newMode
- the new value of the 'Mode' attribute.ParameterMode
,
Parameter.getMode()
public boolean isLocator()
isLocator
in interface Parameter
Parameter.setLocator(boolean)
,
SQLRoutinesPackage.getParameter_Locator()
public void setLocator(boolean newLocator)
setLocator
in interface Parameter
newLocator
- the new value of the 'Locator' attribute.Parameter.isLocator()
public Routine getRoutine()
getRoutine
in interface Parameter
Parameter.setRoutine(Routine)
,
SQLRoutinesPackage.getParameter_Routine()
,
Routine.getParameters()
public NotificationChain basicSetRoutine(Routine newRoutine, NotificationChain msgs)
public void setRoutine(Routine newRoutine)
setRoutine
in interface Parameter
newRoutine
- the new value of the 'Routine' container reference.Parameter.getRoutine()
public CharacterStringDataType getStringTypeOption()
getStringTypeOption
in interface Parameter
Parameter.setStringTypeOption(CharacterStringDataType)
,
SQLRoutinesPackage.getParameter_StringTypeOption()
public NotificationChain basicSetStringTypeOption(CharacterStringDataType newStringTypeOption, NotificationChain msgs)
public void setStringTypeOption(CharacterStringDataType newStringTypeOption)
setStringTypeOption
in interface Parameter
newStringTypeOption
- the new value of the 'String Type Option' containment reference.Parameter.getStringTypeOption()
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseAdd
in class SQLObjectImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class TypedElementImpl
public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class TypedElementImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class TypedElementImpl
public void eUnset(int featureID)
eUnset
in class TypedElementImpl
public boolean eIsSet(int featureID)
eIsSet
in class TypedElementImpl
public java.lang.String toString()
toString
in class SQLObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |