com.ibm.websphere.models.config.relationship
Interface RelationshipService

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
RelationshipServiceImpl

public interface RelationshipService
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Relationship Service'.

The following features are supported:

See Also:
RelationshipservicePackage.getRelationshipService()

Method Summary
 java.lang.String getCreatetablesindatabase()
          Returns the value of the 'Createtablesindatabase' attribute.
 java.lang.String getCreatetablesintablespace()
          Returns the value of the 'Createtablesintablespace' attribute.
 java.lang.String getDefaultDataSource()
          Returns the value of the 'Default Data Source' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 int getPagesize()
          Returns the value of the 'Pagesize' attribute
 org.eclipse.emf.common.util.EList getRelationships()
          Returns the value of the 'Relationships' containment reference list.
 java.lang.String getStoredprocedurebindoptions()
          Returns the value of the 'Storedprocedurebindoptions' attribute.
 java.lang.String getStoredprocedurebuilder()
          Returns the value of the 'Storedprocedurebuilder' attribute.
 java.lang.String getStoredprocedurebuilderschema()
          Returns the value of the 'Storedprocedurebuilderschema' attribute.
 java.lang.String getStoredprocedurecompileroptions()
          Returns the value of the 'Storedprocedurecompileroptions' attribute.
 java.lang.String getStoredprocedureleruntimeoptions()
          Returns the value of the 'Storedprocedureleruntimeoptions' attribute
 java.lang.String getStoredprocedurelinkoptions()
          Returns the value of the 'Storedprocedurelinkoptions' attribute.
 java.lang.String getStoredprocedurepackagecollectionid()
          Returns the value of the 'Storedprocedurepackagecollectionid' attribute.
 java.lang.String getStoredprocedureprecompileroptions()
          Returns the value of the 'Storedprocedureprecompileroptions' attribute.
 java.lang.String getStoredprocedureprelinkoptions()
          Returns the value of the 'Storedprocedureprelinkoptions' attribute
 java.lang.String getStoredprocedurewlmenvironment()
          Returns the value of the 'Storedprocedurewlmenvironment' attribute.
 java.lang.String getUsingstoragegroup()
          Returns the value of the 'Usingstoragegroup' attribute.
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute
 void setCreatetablesindatabase(java.lang.String value)
          Sets the value of the 'Createtablesindatabase' attribute
 void setCreatetablesintablespace(java.lang.String value)
          Sets the value of the 'Createtablesintablespace' attribute
 void setDefaultDataSource(java.lang.String value)
          Sets the value of the 'Default Data Source' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setPagesize(int value)
          Sets the value of the 'Pagesize' attribute
 void setStoredprocedurebindoptions(java.lang.String value)
          Sets the value of the 'Storedprocedurebindoptions' attribute
 void setStoredprocedurebuilder(java.lang.String value)
          Sets the value of the 'Storedprocedurebuilder' attribute
 void setStoredprocedurebuilderschema(java.lang.String value)
          Sets the value of the 'Storedprocedurebuilderschema' attribute
 void setStoredprocedurecompileroptions(java.lang.String value)
          Sets the value of the 'Storedprocedurecompileroptions' attribute
 void setStoredprocedureleruntimeoptions(java.lang.String value)
          Sets the value of the 'Storedprocedureleruntimeoptions' attribute
 void setStoredprocedurelinkoptions(java.lang.String value)
          Sets the value of the 'Storedprocedurelinkoptions' attribute
 void setStoredprocedurepackagecollectionid(java.lang.String value)
          Sets the value of the 'Storedprocedurepackagecollectionid' attribute
 void setStoredprocedureprecompileroptions(java.lang.String value)
          Sets the value of the 'Storedprocedureprecompileroptions' attribute
 void setStoredprocedureprelinkoptions(java.lang.String value)
          Sets the value of the 'Storedprocedureprelinkoptions' attribute
 void setStoredprocedurewlmenvironment(java.lang.String value)
          Sets the value of the 'Storedprocedurewlmenvironment' attribute
 void setUsingstoragegroup(java.lang.String value)
          Sets the value of the 'Usingstoragegroup' attribute
 void setVersion(java.lang.String value)
          Sets the value of the 'Version' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), RelationshipservicePackage.getRelationshipService_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getVersion

java.lang.String getVersion()
Returns the value of the 'Version' attribute.

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

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), RelationshipservicePackage.getRelationshipService_Version()

setVersion

void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()

getPagesize

int getPagesize()
Returns the value of the 'Pagesize' attribute.

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

Returns:
the value of the 'Pagesize' attribute.
See Also:
setPagesize(int), RelationshipservicePackage.getRelationshipService_Pagesize()

setPagesize

void setPagesize(int value)
Sets the value of the 'Pagesize' attribute.

Parameters:
value - the new value of the 'Pagesize' attribute.
See Also:
getPagesize()

getDefaultDataSource

java.lang.String getDefaultDataSource()
Returns the value of the 'Default Data Source' attribute.

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

Returns:
the value of the 'Default Data Source' attribute.
See Also:
setDefaultDataSource(String), RelationshipservicePackage.getRelationshipService_DefaultDataSource()

setDefaultDataSource

void setDefaultDataSource(java.lang.String value)
Sets the value of the 'Default Data Source' attribute.

Parameters:
value - the new value of the 'Default Data Source' attribute.
See Also:
getDefaultDataSource()

getCreatetablesindatabase

java.lang.String getCreatetablesindatabase()
Returns the value of the 'Createtablesindatabase' attribute. The default value is "WPSDB".

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

Returns:
the value of the 'Createtablesindatabase' attribute.
See Also:
setCreatetablesindatabase(String), RelationshipservicePackage.getRelationshipService_Createtablesindatabase()

setCreatetablesindatabase

void setCreatetablesindatabase(java.lang.String value)
Sets the value of the 'Createtablesindatabase' attribute.

Parameters:
value - the new value of the 'Createtablesindatabase' attribute.
See Also:
getCreatetablesindatabase()

getUsingstoragegroup

java.lang.String getUsingstoragegroup()
Returns the value of the 'Usingstoragegroup' attribute. The default value is "WPSSTO".

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

Returns:
the value of the 'Usingstoragegroup' attribute.
See Also:
setUsingstoragegroup(String), RelationshipservicePackage.getRelationshipService_Usingstoragegroup()

setUsingstoragegroup

void setUsingstoragegroup(java.lang.String value)
Sets the value of the 'Usingstoragegroup' attribute.

Parameters:
value - the new value of the 'Usingstoragegroup' attribute.
See Also:
getUsingstoragegroup()

getCreatetablesintablespace

java.lang.String getCreatetablesintablespace()
Returns the value of the 'Createtablesintablespace' attribute. The default value is "RELTS0".

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

Returns:
the value of the 'Createtablesintablespace' attribute.
See Also:
setCreatetablesintablespace(String), RelationshipservicePackage.getRelationshipService_Createtablesintablespace()

setCreatetablesintablespace

void setCreatetablesintablespace(java.lang.String value)
Sets the value of the 'Createtablesintablespace' attribute.

Parameters:
value - the new value of the 'Createtablesintablespace' attribute.
See Also:
getCreatetablesintablespace()

getStoredprocedurewlmenvironment

java.lang.String getStoredprocedurewlmenvironment()
Returns the value of the 'Storedprocedurewlmenvironment' attribute. The default value is "WLMENV1".

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

Returns:
the value of the 'Storedprocedurewlmenvironment' attribute.
See Also:
setStoredprocedurewlmenvironment(String), RelationshipservicePackage.getRelationshipService_Storedprocedurewlmenvironment()

setStoredprocedurewlmenvironment

void setStoredprocedurewlmenvironment(java.lang.String value)
Sets the value of the 'Storedprocedurewlmenvironment' attribute.

Parameters:
value - the new value of the 'Storedprocedurewlmenvironment' attribute.
See Also:
getStoredprocedurewlmenvironment()

getStoredprocedurebindoptions

java.lang.String getStoredprocedurebindoptions()
Returns the value of the 'Storedprocedurebindoptions' attribute. The default value is "PACKAGE(##COLLID) ACTION(REP) ISOLATION(CS) ".

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

Returns:
the value of the 'Storedprocedurebindoptions' attribute.
See Also:
setStoredprocedurebindoptions(String), RelationshipservicePackage.getRelationshipService_Storedprocedurebindoptions()

setStoredprocedurebindoptions

void setStoredprocedurebindoptions(java.lang.String value)
Sets the value of the 'Storedprocedurebindoptions' attribute.

Parameters:
value - the new value of the 'Storedprocedurebindoptions' attribute.
See Also:
getStoredprocedurebindoptions()

getStoredprocedurepackagecollectionid

java.lang.String getStoredprocedurepackagecollectionid()
Returns the value of the 'Storedprocedurepackagecollectionid' attribute. The default value is "TEST".

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

Returns:
the value of the 'Storedprocedurepackagecollectionid' attribute.
See Also:
setStoredprocedurepackagecollectionid(String), RelationshipservicePackage.getRelationshipService_Storedprocedurepackagecollectionid()

setStoredprocedurepackagecollectionid

void setStoredprocedurepackagecollectionid(java.lang.String value)
Sets the value of the 'Storedprocedurepackagecollectionid' attribute.

Parameters:
value - the new value of the 'Storedprocedurepackagecollectionid' attribute.
See Also:
getStoredprocedurepackagecollectionid()

getStoredprocedurecompileroptions

java.lang.String getStoredprocedurecompileroptions()
Returns the value of the 'Storedprocedurecompileroptions' attribute. The default value is "NOTEST(block,noline,nopath)".

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

Returns:
the value of the 'Storedprocedurecompileroptions' attribute.
See Also:
setStoredprocedurecompileroptions(String), RelationshipservicePackage.getRelationshipService_Storedprocedurecompileroptions()

setStoredprocedurecompileroptions

void setStoredprocedurecompileroptions(java.lang.String value)
Sets the value of the 'Storedprocedurecompileroptions' attribute.

Parameters:
value - the new value of the 'Storedprocedurecompileroptions' attribute.
See Also:
getStoredprocedurecompileroptions()

getStoredprocedureprecompileroptions

java.lang.String getStoredprocedureprecompileroptions()
Returns the value of the 'Storedprocedureprecompileroptions' attribute. The default value is "CONNECT(2) FLAG(I) NOSOURCE SQLFLAG(STD) MAR(1,80), MAR(1,80)".

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

Returns:
the value of the 'Storedprocedureprecompileroptions' attribute.
See Also:
setStoredprocedureprecompileroptions(String), RelationshipservicePackage.getRelationshipService_Storedprocedureprecompileroptions()

setStoredprocedureprecompileroptions

void setStoredprocedureprecompileroptions(java.lang.String value)
Sets the value of the 'Storedprocedureprecompileroptions' attribute.

Parameters:
value - the new value of the 'Storedprocedureprecompileroptions' attribute.
See Also:
getStoredprocedureprecompileroptions()

getStoredprocedureprelinkoptions

java.lang.String getStoredprocedureprelinkoptions()
Returns the value of the 'Storedprocedureprelinkoptions' attribute.

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

Returns:
the value of the 'Storedprocedureprelinkoptions' attribute.
See Also:
setStoredprocedureprelinkoptions(String), RelationshipservicePackage.getRelationshipService_Storedprocedureprelinkoptions()

setStoredprocedureprelinkoptions

void setStoredprocedureprelinkoptions(java.lang.String value)
Sets the value of the 'Storedprocedureprelinkoptions' attribute.

Parameters:
value - the new value of the 'Storedprocedureprelinkoptions' attribute.
See Also:
getStoredprocedureprelinkoptions()

getStoredprocedurelinkoptions

java.lang.String getStoredprocedurelinkoptions()
Returns the value of the 'Storedprocedurelinkoptions' attribute. The default value is "AMODE=31,RMODE=ANY,MAP,RENT".

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

Returns:
the value of the 'Storedprocedurelinkoptions' attribute.
See Also:
setStoredprocedurelinkoptions(String), RelationshipservicePackage.getRelationshipService_Storedprocedurelinkoptions()

setStoredprocedurelinkoptions

void setStoredprocedurelinkoptions(java.lang.String value)
Sets the value of the 'Storedprocedurelinkoptions' attribute.

Parameters:
value - the new value of the 'Storedprocedurelinkoptions' attribute.
See Also:
getStoredprocedurelinkoptions()

getStoredprocedureleruntimeoptions

java.lang.String getStoredprocedureleruntimeoptions()
Returns the value of the 'Storedprocedureleruntimeoptions' attribute.

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

Returns:
the value of the 'Storedprocedureleruntimeoptions' attribute.
See Also:
setStoredprocedureleruntimeoptions(String), RelationshipservicePackage.getRelationshipService_Storedprocedureleruntimeoptions()

setStoredprocedureleruntimeoptions

void setStoredprocedureleruntimeoptions(java.lang.String value)
Sets the value of the 'Storedprocedureleruntimeoptions' attribute.

Parameters:
value - the new value of the 'Storedprocedureleruntimeoptions' attribute.
See Also:
getStoredprocedureleruntimeoptions()

getStoredprocedurebuilderschema

java.lang.String getStoredprocedurebuilderschema()
Returns the value of the 'Storedprocedurebuilderschema' attribute. The default value is "SYSPROC".

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

Returns:
the value of the 'Storedprocedurebuilderschema' attribute.
See Also:
setStoredprocedurebuilderschema(String), RelationshipservicePackage.getRelationshipService_Storedprocedurebuilderschema()

setStoredprocedurebuilderschema

void setStoredprocedurebuilderschema(java.lang.String value)
Sets the value of the 'Storedprocedurebuilderschema' attribute.

Parameters:
value - the new value of the 'Storedprocedurebuilderschema' attribute.
See Also:
getStoredprocedurebuilderschema()

getStoredprocedurebuilder

java.lang.String getStoredprocedurebuilder()
Returns the value of the 'Storedprocedurebuilder' attribute. The default value is "DSNTPSMP".

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

Returns:
the value of the 'Storedprocedurebuilder' attribute.
See Also:
setStoredprocedurebuilder(String), RelationshipservicePackage.getRelationshipService_Storedprocedurebuilder()

setStoredprocedurebuilder

void setStoredprocedurebuilder(java.lang.String value)
Sets the value of the 'Storedprocedurebuilder' attribute.

Parameters:
value - the new value of the 'Storedprocedurebuilder' attribute.
See Also:
getStoredprocedurebuilder()

getRelationships

org.eclipse.emf.common.util.EList getRelationships()
Returns the value of the 'Relationships' containment reference list. The list contents are of type Relationship.

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

Returns:
the value of the 'Relationships' containment reference list.
See Also:
RelationshipservicePackage.getRelationshipService_Relationships()