public interface ConveyorBelt extends Component
The following features are supported:
ComponentRepositoryPackage.getConveyorBelt()
Modifier and Type | Method and Description |
---|---|
Frame |
getFrame()
Returns the value of the 'Frame' containment reference.
|
Conveyor |
getMountedTo()
Returns the value of the 'Mounted To' container reference.
|
RubberBand |
getRubberBand()
Returns the value of the 'Rubber Band' containment reference.
|
void |
setFrame(Frame value)
Sets the value of the '
Frame ' containment reference. |
void |
setMountedTo(Conveyor value)
Sets the value of the '
Mounted To ' container reference. |
void |
setRubberBand(RubberBand value)
Sets the value of the '
Rubber Band ' containment reference. |
getConnectedInterfaces
getId, setId
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
Conveyor getMountedTo()
Belts
'.
If the meaning of the 'Mounted To' container reference isn't clear, there really should be more of a description here...
setMountedTo(Conveyor)
,
ComponentRepositoryPackage.getConveyorBelt_MountedTo()
,
Conveyor.getBelts()
void setMountedTo(Conveyor value)
Mounted To
' container reference.
value
- the new value of the 'Mounted To' container reference.getMountedTo()
Frame getFrame()
If the meaning of the 'Frame' containment reference isn't clear, there really should be more of a description here...
setFrame(Frame)
,
ComponentRepositoryPackage.getConveyorBelt_Frame()
void setFrame(Frame value)
Frame
' containment reference.
value
- the new value of the 'Frame' containment reference.getFrame()
RubberBand getRubberBand()
If the meaning of the 'Rubber Band' containment reference isn't clear, there really should be more of a description here...
setRubberBand(RubberBand)
,
ComponentRepositoryPackage.getConveyorBelt_RubberBand()
void setRubberBand(RubberBand value)
Rubber Band
' containment reference.
value
- the new value of the 'Rubber Band' containment reference.getRubberBand()