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

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

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

A representation of the model object 'Relationship'.

The following features are supported:

See Also:
RelationshipservicePackage.getRelationship()

Method Summary
 java.lang.String getDatasource()
          Returns the value of the 'Datasource' attribute
 java.lang.String getInfrastructureVersion()
          Returns the value of the 'Infrastructure Version' attribute
 java.lang.String getName()
          Deprecated. 
 java.lang.String getRelName()
          Returns the value of the 'Rel Name' attribute
 org.eclipse.emf.common.util.EList getRoles()
          Returns the value of the 'Roles' containment reference list.
 boolean isIsCached()
          Returns the value of the 'Is Cached' attribute
 void setDatasource(java.lang.String value)
          Sets the value of the 'Datasource' attribute
 void setInfrastructureVersion(java.lang.String value)
          Sets the value of the 'Infrastructure Version' attribute
 void setIsCached(boolean value)
          Sets the value of the 'Is Cached' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setRelName(java.lang.String value)
          Sets the value of the 'Rel Name' 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

getDatasource

java.lang.String getDatasource()
Returns the value of the 'Datasource' attribute.

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

Returns:
the value of the 'Datasource' attribute.
See Also:
setDatasource(String), RelationshipservicePackage.getRelationship_Datasource()

setDatasource

void setDatasource(java.lang.String value)
Sets the value of the 'Datasource' attribute.

Parameters:
value - the new value of the 'Datasource' attribute.
See Also:
getDatasource()

getInfrastructureVersion

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

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

Returns:
the value of the 'Infrastructure Version' attribute.
See Also:
setInfrastructureVersion(String), RelationshipservicePackage.getRelationship_InfrastructureVersion()

setInfrastructureVersion

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

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

getRelName

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

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

Returns:
the value of the 'Rel Name' attribute.
See Also:
setRelName(String), RelationshipservicePackage.getRelationship_RelName()

setRelName

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

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

getName

java.lang.String getName()
Deprecated. 

Returns the value of the 'Name' attribute.

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), RelationshipservicePackage.getRelationship_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()

isIsCached

boolean isIsCached()
Returns the value of the 'Is Cached' attribute.

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

Returns:
the value of the 'Is Cached' attribute.
See Also:
setIsCached(boolean), RelationshipservicePackage.getRelationship_IsCached()

setIsCached

void setIsCached(boolean value)
Sets the value of the 'Is Cached' attribute.

Parameters:
value - the new value of the 'Is Cached' attribute.
See Also:
isIsCached()

getRoles

org.eclipse.emf.common.util.EList getRoles()
Returns the value of the 'Roles' containment reference list. The list contents are of type Role.

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

Returns:
the value of the 'Roles' containment reference list.
See Also:
RelationshipservicePackage.getRelationship_Roles()