SAM

org.topcased.sam
Interface MultiPort

All Superinterfaces:
EModelElement, EObject, IdentifiedItem, NamedItem, Notifier
All Known Implementing Classes:
MultiPortImpl

public interface MultiPort
extends NamedItem

A representation of the model object 'Multi Port'.

The following features are supported:

See Also:
SAMPackage.getMultiPort()
** Generated **
Model:

Field Summary
static java.lang.String copyright
           
 
Method Summary
 MultiPort getIsInstanceOf()
          Returns the value of the 'Is Instance Of' reference
 EList<Port> getListPort()
          Returns the value of the 'List Port' containment reference list.
 ModelContent getParent()
          Returns the value of the 'Parent' container reference.
 void setIsInstanceOf(MultiPort value)
          Sets the value of the 'Is Instance Of' reference
 void setParent(ModelContent value)
          Sets the value of the 'Parent' container reference.
 
Methods inherited from interface org.topcased.sam.NamedItem
getName, setName
 
Methods inherited from interface org.topcased.sam.IdentifiedItem
getComment, getRequirements, setComment, setRequirements
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

getListPort

EList<Port> getListPort()
Returns the value of the 'List Port' containment reference list. The list contents are of type Port.

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

Returns:
the value of the 'List Port' containment reference list.
See Also:
SAMPackage.getMultiPort_ListPort()
** Generated **
Model:
type="org.topcased.sam.Port" containment="true" required="true"

getParent

ModelContent getParent()
Returns the value of the 'Parent' container reference. It is bidirectional and its opposite is 'List Multi Port'.

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

Returns:
the value of the 'Parent' container reference.
See Also:
setParent(ModelContent), SAMPackage.getMultiPort_Parent(), ModelContent.getListMultiPort()
** Generated **
Model:
opposite="listMultiPort" resolveProxies="false" required="true"

setParent

void setParent(ModelContent value)
Sets the value of the 'Parent' container reference.

Parameters:
value - the new value of the 'Parent' container reference.
See Also:
getParent()
** Generated **

getIsInstanceOf

MultiPort getIsInstanceOf()
Returns the value of the 'Is Instance Of' reference.

If the meaning of the 'Is Instance Of' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Instance Of' reference.
See Also:
setIsInstanceOf(MultiPort), SAMPackage.getMultiPort_IsInstanceOf()
** Generated **
Model:

setIsInstanceOf

void setIsInstanceOf(MultiPort value)
Sets the value of the 'Is Instance Of' reference.

Parameters:
value - the new value of the 'Is Instance Of' reference.
See Also:
getIsInstanceOf()
** Generated **

SAM

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.