|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LUWFunctionMapping
A representation of the model object 'Function Mapping'.
The following features are supported:
Server Type
Server Version
Server Name
Creation Time
Disabled
Insts Per Invoc
Insts Per Arg Byte
Ios Per Invoc
Ios Per Arg Byte
Options
Local Function
Remote Function
LUW Database
LUWPackage.getLUWFunctionMapping()
Method Summary | |
---|---|
java.util.Date |
getCreationTime()
Returns the value of the 'Creation Time' attribute. |
int |
getInstsPerArgByte()
Returns the value of the 'Insts Per Arg Byte' attribute. |
int |
getInstsPerInvoc()
Returns the value of the 'Insts Per Invoc' attribute. |
int |
getIosPerArgByte()
Returns the value of the 'Ios Per Arg Byte' attribute. |
int |
getIosPerInvoc()
Returns the value of the 'Ios Per Invoc' attribute. |
DB2Function |
getLocalFunction()
Returns the value of the 'Local Function' reference. |
LUWDatabase |
getLUWDatabase()
Returns the value of the 'LUW Database' reference. |
org.eclipse.emf.common.util.EList |
getOptions()
Returns the value of the 'Options' containment reference list. |
org.eclipse.wst.rdb.internal.models.sql.routines.Function |
getRemoteFunction()
Returns the value of the 'Remote Function' reference. |
java.lang.String |
getServerName()
Returns the value of the 'Server Name' attribute. |
java.lang.String |
getServerType()
Returns the value of the 'Server Type' attribute. |
java.lang.String |
getServerVersion()
Returns the value of the 'Server Version' attribute. |
boolean |
isDisabled()
Returns the value of the 'Disabled' attribute. |
void |
setCreationTime(java.util.Date value)
Sets the value of the ' Creation Time ' attribute. |
void |
setDisabled(boolean value)
Sets the value of the ' Disabled ' attribute. |
void |
setInstsPerArgByte(int value)
Sets the value of the ' Insts Per Arg Byte ' attribute. |
void |
setInstsPerInvoc(int value)
Sets the value of the ' Insts Per Invoc ' attribute. |
void |
setIosPerArgByte(int value)
Sets the value of the ' Ios Per Arg Byte ' attribute. |
void |
setIosPerInvoc(int value)
Sets the value of the ' Ios Per Invoc ' attribute. |
void |
setLocalFunction(DB2Function value)
Sets the value of the ' Local Function ' reference. |
void |
setLUWDatabase(LUWDatabase value)
Sets the value of the ' LUW Database ' reference. |
void |
setRemoteFunction(org.eclipse.wst.rdb.internal.models.sql.routines.Function value)
Sets the value of the ' Remote Function ' reference. |
void |
setServerName(java.lang.String value)
Sets the value of the ' Server Name ' attribute. |
void |
setServerType(java.lang.String value)
Sets the value of the ' Server Type ' attribute. |
void |
setServerVersion(java.lang.String value)
Sets the value of the ' Server Version ' 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 getServerType()
If the meaning of the 'Server Type' attribute isn't clear, there really should be more of a description here...
setServerType(String)
,
LUWPackage.getLUWFunctionMapping_ServerType()
void setServerType(java.lang.String value)
Server Type
' attribute.
value
- the new value of the 'Server Type' attribute.getServerType()
java.lang.String getServerVersion()
If the meaning of the 'Server Version' attribute isn't clear, there really should be more of a description here...
setServerVersion(String)
,
LUWPackage.getLUWFunctionMapping_ServerVersion()
void setServerVersion(java.lang.String value)
Server Version
' attribute.
value
- the new value of the 'Server Version' attribute.getServerVersion()
java.lang.String getServerName()
If the meaning of the 'Server Name' attribute isn't clear, there really should be more of a description here...
setServerName(String)
,
LUWPackage.getLUWFunctionMapping_ServerName()
void setServerName(java.lang.String value)
Server Name
' attribute.
value
- the new value of the 'Server Name' attribute.getServerName()
java.util.Date getCreationTime()
If the meaning of the 'Creation Time' attribute isn't clear, there really should be more of a description here...
setCreationTime(Date)
,
LUWPackage.getLUWFunctionMapping_CreationTime()
void setCreationTime(java.util.Date value)
Creation Time
' attribute.
value
- the new value of the 'Creation Time' attribute.getCreationTime()
boolean isDisabled()
"false"
.
If the meaning of the 'Disabled' attribute isn't clear, there really should be more of a description here...
setDisabled(boolean)
,
LUWPackage.getLUWFunctionMapping_Disabled()
void setDisabled(boolean value)
Disabled
' attribute.
value
- the new value of the 'Disabled' attribute.isDisabled()
int getInstsPerInvoc()
If the meaning of the 'Insts Per Invoc' attribute isn't clear, there really should be more of a description here...
setInstsPerInvoc(int)
,
LUWPackage.getLUWFunctionMapping_InstsPerInvoc()
void setInstsPerInvoc(int value)
Insts Per Invoc
' attribute.
value
- the new value of the 'Insts Per Invoc' attribute.getInstsPerInvoc()
int getInstsPerArgByte()
If the meaning of the 'Insts Per Arg Byte' attribute isn't clear, there really should be more of a description here...
setInstsPerArgByte(int)
,
LUWPackage.getLUWFunctionMapping_InstsPerArgByte()
void setInstsPerArgByte(int value)
Insts Per Arg Byte
' attribute.
value
- the new value of the 'Insts Per Arg Byte' attribute.getInstsPerArgByte()
int getIosPerInvoc()
If the meaning of the 'Ios Per Invoc' attribute isn't clear, there really should be more of a description here...
setIosPerInvoc(int)
,
LUWPackage.getLUWFunctionMapping_IosPerInvoc()
void setIosPerInvoc(int value)
Ios Per Invoc
' attribute.
value
- the new value of the 'Ios Per Invoc' attribute.getIosPerInvoc()
int getIosPerArgByte()
If the meaning of the 'Ios Per Arg Byte' attribute isn't clear, there really should be more of a description here...
setIosPerArgByte(int)
,
LUWPackage.getLUWFunctionMapping_IosPerArgByte()
void setIosPerArgByte(int value)
Ios Per Arg Byte
' attribute.
value
- the new value of the 'Ios Per Arg Byte' attribute.getIosPerArgByte()
org.eclipse.emf.common.util.EList getOptions()
LUWOption
.
If the meaning of the 'Options' containment reference list isn't clear, there really should be more of a description here...
LUWPackage.getLUWFunctionMapping_Options()
DB2Function getLocalFunction()
If the meaning of the 'Local Function' reference isn't clear, there really should be more of a description here...
setLocalFunction(DB2Function)
,
LUWPackage.getLUWFunctionMapping_LocalFunction()
void setLocalFunction(DB2Function value)
Local Function
' reference.
value
- the new value of the 'Local Function' reference.getLocalFunction()
org.eclipse.wst.rdb.internal.models.sql.routines.Function getRemoteFunction()
If the meaning of the 'Remote Function' reference isn't clear, there really should be more of a description here...
setRemoteFunction(Function)
,
LUWPackage.getLUWFunctionMapping_RemoteFunction()
void setRemoteFunction(org.eclipse.wst.rdb.internal.models.sql.routines.Function value)
Remote Function
' reference.
value
- the new value of the 'Remote Function' reference.getRemoteFunction()
LUWDatabase getLUWDatabase()
Function Mappings
'.
If the meaning of the 'LUW Database' reference isn't clear, there really should be more of a description here...
setLUWDatabase(LUWDatabase)
,
LUWPackage.getLUWFunctionMapping_LUWDatabase()
,
LUWDatabase.getFunctionMappings()
void setLUWDatabase(LUWDatabase value)
LUW Database
' reference.
value
- the new value of the 'LUW Database' reference.getLUWDatabase()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |