com.ibm.db.models.db2.luw.BlastWrapper
Interface BlastServer

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, LUWNonRelationalServer, LUWServer, org.eclipse.emf.common.notify.Notifier, java.io.Serializable, org.eclipse.wst.rdb.internal.models.sql.schema.SQLObject
All Known Implementing Classes:
BlastServerImpl

public interface BlastServer
extends LUWNonRelationalServer

A representation of the model object 'Blast Server'.

The following features are supported:

See Also:
BlastWrapperPackage.getBlastServer()

Method Summary
 org.eclipse.emf.common.util.EList getBlastNicknames()
          Returns the value of the 'Blast Nicknames' reference list.
 BlastServerType getBlastServerType()
          Returns the value of the 'Blast Server Type' attribute.
 BlastWrapper getBlastWrapper()
          Returns the value of the 'Blast Wrapper' reference.
 int getDaemonPort()
          Returns the value of the 'Daemon Port' attribute.
 org.eclipse.emf.common.util.EList getNicknames()
           
 java.lang.String getNode()
          Returns the value of the 'Node' attribute.
 org.eclipse.emf.common.util.EList getNonRelNicknames()
           
 void setBlastServerType(BlastServerType value)
          Sets the value of the 'Blast Server Type' attribute.
 void setBlastWrapper(BlastWrapper value)
          Sets the value of the 'Blast Wrapper' reference.
 void setDaemonPort(int value)
          Sets the value of the 'Daemon Port' attribute.
 void setNode(java.lang.String value)
          Sets the value of the 'Node' attribute.
 void setWrapper(LUWWrapper newBlastWrapper)
           
 
Methods inherited from interface com.ibm.db.models.db2.luw.LUWNonRelationalServer
getNonRelWrapper
 
Methods inherited from interface com.ibm.db.models.db2.luw.LUWServer
getLUWDatabase, getOptions, getRemoteServer, getServerType, getServerVersion, getUserMappings, getWrapper, setLUWDatabase, setRemoteServer, setServerType, setServerVersion
 
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

getBlastServerType

BlastServerType getBlastServerType()
Returns the value of the 'Blast Server Type' attribute. The literals are from the enumeration BlastServerType.

If the meaning of the 'Blast Server Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Blast Server Type' attribute.
See Also:
BlastServerType, setBlastServerType(BlastServerType), BlastWrapperPackage.getBlastServer_BlastServerType()

setBlastServerType

void setBlastServerType(BlastServerType value)
Sets the value of the 'Blast Server Type' attribute.

Parameters:
value - the new value of the 'Blast Server Type' attribute.
See Also:
BlastServerType, getBlastServerType()

getNode

java.lang.String getNode()
Returns the value of the 'Node' attribute.

If the meaning of the 'Node' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Node' attribute.
See Also:
setNode(String), BlastWrapperPackage.getBlastServer_Node()

setNode

void setNode(java.lang.String value)
Sets the value of the 'Node' attribute.

Parameters:
value - the new value of the 'Node' attribute.
See Also:
getNode()

getDaemonPort

int getDaemonPort()
Returns the value of the 'Daemon Port' attribute. The default value is "4007".

If the meaning of the 'Daemon Port' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Daemon Port' attribute.
See Also:
setDaemonPort(int), BlastWrapperPackage.getBlastServer_DaemonPort()

setDaemonPort

void setDaemonPort(int value)
Sets the value of the 'Daemon Port' attribute.

Parameters:
value - the new value of the 'Daemon Port' attribute.
See Also:
getDaemonPort()

getBlastWrapper

BlastWrapper getBlastWrapper()
Returns the value of the 'Blast Wrapper' reference. It is bidirectional and its opposite is 'Blast Servers'.

If the meaning of the 'Blast Wrapper' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Blast Wrapper' reference.
See Also:
setBlastWrapper(BlastWrapper), BlastWrapperPackage.getBlastServer_BlastWrapper(), BlastWrapper.getBlastServers()

setBlastWrapper

void setBlastWrapper(BlastWrapper value)
Sets the value of the 'Blast Wrapper' reference.

Parameters:
value - the new value of the 'Blast Wrapper' reference.
See Also:
getBlastWrapper()

getBlastNicknames

org.eclipse.emf.common.util.EList getBlastNicknames()
Returns the value of the 'Blast Nicknames' reference list. The list contents are of type BlastNickname. It is bidirectional and its opposite is 'Blast Server'.

If the meaning of the 'Blast Nicknames' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Blast Nicknames' reference list.
See Also:
BlastWrapperPackage.getBlastServer_BlastNicknames(), BlastNickname.getBlastServer()

getNicknames

org.eclipse.emf.common.util.EList getNicknames()

Specified by:
getNicknames in interface LUWServer
Returns:
the value of the 'Nicknames' reference list.
See Also:
LUWPackage.getLUWServer_Nicknames(), LUWNickname.getServer()

getNonRelNicknames

org.eclipse.emf.common.util.EList getNonRelNicknames()

Specified by:
getNonRelNicknames in interface LUWNonRelationalServer
Returns:
the value of the 'Non Rel Nicknames' reference list.
See Also:
LUWPackage.getLUWNonRelationalServer_NonRelNicknames(), LUWNonRelationalNickname.getNonRelServer()

setWrapper

void setWrapper(LUWWrapper newBlastWrapper)

Specified by:
setWrapper in interface LUWServer
Parameters:
newBlastWrapper - the new value of the 'Wrapper' reference.
See Also:
LUWServer.getWrapper()