|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DB2JavaOptions
A representation of the model object 'DB2 Java Options'.
The following features are supported:
DB2ModelPackage.getDB2JavaOptions()
Method Summary | |
---|---|
java.lang.String |
getClassName()
Returns the value of the 'Class Name' attribute. |
DB2Jar |
getJar()
Returns the value of the 'Jar' reference. |
java.lang.String |
getMethodName()
Returns the value of the 'Method Name' attribute. |
DB2Procedure |
getProcedure()
Returns the value of the 'Procedure' container reference. |
boolean |
isSqlj()
Returns the value of the 'Sqlj' attribute. |
void |
setClassName(java.lang.String value)
Sets the value of the ' Class Name ' attribute. |
void |
setJar(DB2Jar value)
Sets the value of the ' Jar ' reference. |
void |
setMethodName(java.lang.String value)
Sets the value of the ' Method Name ' attribute. |
void |
setProcedure(DB2Procedure value)
Sets the value of the ' Procedure ' container reference. |
void |
setSqlj(boolean value)
Sets the value of the ' Sqlj ' attribute. |
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 |
---|
java.lang.String getClassName()
setClassName(String)
,
DB2ModelPackage.getDB2JavaOptions_ClassName()
void setClassName(java.lang.String value)
Class Name
' attribute.
value
- the new value of the 'Class Name' attribute.getClassName()
java.lang.String getMethodName()
setMethodName(String)
,
DB2ModelPackage.getDB2JavaOptions_MethodName()
void setMethodName(java.lang.String value)
Method Name
' attribute.
value
- the new value of the 'Method Name' attribute.getMethodName()
boolean isSqlj()
true
, then the stored procedure is SQLJ, a static Java stored procedure. If false
, then the java stored procedure is dynamic
setSqlj(boolean)
,
DB2ModelPackage.getDB2JavaOptions_Sqlj()
void setSqlj(boolean value)
Sqlj
' attribute.
value
- the new value of the 'Sqlj' attribute.isSqlj()
DB2Procedure getProcedure()
Java Options
'.
If the meaning of the 'Procedure' container reference isn't clear, there really should be more of a description here...
setProcedure(DB2Procedure)
,
DB2ModelPackage.getDB2JavaOptions_Procedure()
,
DB2Procedure.getJavaOptions()
void setProcedure(DB2Procedure value)
Procedure
' container reference.
value
- the new value of the 'Procedure' container reference.getProcedure()
DB2Jar getJar()
Procedures
'.
If the meaning of the 'Jar' reference isn't clear, there really should be more of a description here...
setJar(DB2Jar)
,
DB2ModelPackage.getDB2JavaOptions_Jar()
,
DB2Jar.getProcedures()
void setJar(DB2Jar value)
Jar
' reference.
value
- the new value of the 'Jar' reference.getJar()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |