Interface LinkingResource
-
- All Known Implementing Classes:
LinkingResourceImpl
public interface LinkingResource extends Content
A representation of the model object 'Linking Resource'.The following features are supported:
- See Also:
LanguagePackage.getLinkingResource()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ResourceContainer>
getConnected()
Returns the value of the 'Connected' reference list.Initialization
getInitialization()
Returns the value of the 'Initialization' containment reference.String
getName()
Returns the value of the 'Name' attribute.CommunicationLinkType
getType()
Returns the value of the 'Type' reference.void
setInitialization(Initialization value)
Sets the value of the 'Initialization
' containment reference.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setType(CommunicationLinkType value)
Sets the value of the 'Type
' reference.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,LanguagePackage.getLinkingResource_Name()
- Generated class or method.
- EMF model class or method.
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
- Generated class or method.
-
getType
CommunicationLinkType getType()
Returns the value of the 'Type' reference.- Returns:
- the value of the 'Type' reference.
- See Also:
setType(CommunicationLinkType)
,LanguagePackage.getLinkingResource_Type()
- Generated class or method.
- EMF model class or method.
-
setType
void setType(CommunicationLinkType value)
Sets the value of the 'Type
' reference.- Parameters:
value
- the new value of the 'Type' reference.- See Also:
getType()
- Generated class or method.
-
getInitialization
Initialization getInitialization()
Returns the value of the 'Initialization' containment reference.- Returns:
- the value of the 'Initialization' containment reference.
- See Also:
setInitialization(Initialization)
,LanguagePackage.getLinkingResource_Initialization()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setInitialization
void setInitialization(Initialization value)
Sets the value of the 'Initialization
' containment reference.- Parameters:
value
- the new value of the 'Initialization' containment reference.- See Also:
getInitialization()
- Generated class or method.
-
getConnected
EList<ResourceContainer> getConnected()
Returns the value of the 'Connected' reference list. The list contents are of typeResourceContainer
.- Returns:
- the value of the 'Connected' reference list.
- See Also:
LanguagePackage.getLinkingResource_Connected()
- Generated class or method.
- EMF model class or method.
-
-