|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Relationship
A representation of the model object 'Relationship'.
The following features are supported:
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 |
---|
java.lang.String getDatasource()
If the meaning of the 'Datasource' attribute isn't clear, there really should be more of a description here...
setDatasource(String)
,
RelationshipservicePackage.getRelationship_Datasource()
void setDatasource(java.lang.String value)
Datasource
' attribute.
value
- the new value of the 'Datasource' attribute.getDatasource()
java.lang.String getInfrastructureVersion()
If the meaning of the 'Infrastructure Version' attribute isn't clear, there really should be more of a description here...
setInfrastructureVersion(String)
,
RelationshipservicePackage.getRelationship_InfrastructureVersion()
void setInfrastructureVersion(java.lang.String value)
Infrastructure Version
' attribute.
value
- the new value of the 'Infrastructure Version' attribute.getInfrastructureVersion()
java.lang.String getRelName()
If the meaning of the 'Rel Name' attribute isn't clear, there really should be more of a description here...
setRelName(String)
,
RelationshipservicePackage.getRelationship_RelName()
void setRelName(java.lang.String value)
Rel Name
' attribute.
value
- the new value of the 'Rel Name' attribute.getRelName()
java.lang.String getName()
setName(String)
,
RelationshipservicePackage.getRelationship_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
boolean isIsCached()
If the meaning of the 'Is Cached' attribute isn't clear, there really should be more of a description here...
setIsCached(boolean)
,
RelationshipservicePackage.getRelationship_IsCached()
void setIsCached(boolean value)
Is Cached
' attribute.
value
- the new value of the 'Is Cached' attribute.isIsCached()
org.eclipse.emf.common.util.EList getRoles()
Role
.
If the meaning of the 'Roles' containment reference list isn't clear, there really should be more of a description here...
RelationshipservicePackage.getRelationship_Roles()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |