|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SybaseParameter
A representation of the model object 'Sybase Parameter'. This class is introduced to work around the problem mentioned in BZ129326. When the desired attributes are added in the base model, this class can be removed.
The following features are supported:
SybasesqlmodelPackage.getSybaseParameter()
Method Summary | |
---|---|
java.lang.String |
getDefaultValue()
Returns the value of the 'Default Value' attribute. |
JDBCParameterType |
getJDBCParameterType()
Returns the value of the 'JDBC Parameter Type' attribute. |
boolean |
isNullable()
Returns the value of the 'Nullable' attribute. |
void |
setDefaultValue(java.lang.String value)
Sets the value of the ' Default Value ' attribute. |
void |
setJDBCParameterType(JDBCParameterType value)
Sets the value of the ' JDBC Parameter Type ' attribute. |
void |
setNullable(boolean value)
Sets the value of the ' Nullable ' attribute. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.routines.Parameter |
---|
getMode, getRoutine, getStringTypeOption, isLocator, setLocator, setMode, setRoutine, setStringTypeOption |
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, getExtensions, getLabel, getPrivileges, 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
boolean isNullable()
"true"
.
If the meaning of the 'Nullable' attribute isn't clear, there really should be more of a description here...
setNullable(boolean)
,
SybasesqlmodelPackage.getSybaseParameter_Nullable()
void setNullable(boolean value)
Nullable
' attribute.
value
- the new value of the 'Nullable' attribute.isNullable()
java.lang.String getDefaultValue()
If the meaning of the 'Default Value' attribute isn't clear, there really should be more of a description here...
setDefaultValue(String)
,
SybasesqlmodelPackage.getSybaseParameter_DefaultValue()
void setDefaultValue(java.lang.String value)
Default Value
' attribute.
value
- the new value of the 'Default Value' attribute.getDefaultValue()
JDBCParameterType getJDBCParameterType()
JDBCParameterType
.
If the meaning of the 'JDBC Parameter Type' attribute isn't clear, there really should be more of a description here...
JDBCParameterType
,
setJDBCParameterType(JDBCParameterType)
,
SybasesqlmodelPackage.getSybaseParameter_JDBCParameterType()
void setJDBCParameterType(JDBCParameterType value)
JDBC Parameter Type
' attribute.
value
- the new value of the 'JDBC Parameter Type' attribute.JDBCParameterType
,
getJDBCParameterType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |