public interface MuddleElement
extends org.eclipse.emf.ecore.EObject
The following features are supported:
MuddlePackage.getMuddleElement()
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the value of the 'Id' attribute.
|
Muddle |
getMuddle()
Returns the value of the 'Muddle' container reference.
|
org.eclipse.emf.common.util.EList<Slot> |
getSlots()
Returns the value of the 'Slots' containment reference list.
|
MuddleElementStyle |
getStyle()
Returns the value of the 'Style' containment reference.
|
MuddleElementType |
getType()
Returns the value of the 'Type' reference.
|
void |
setId(String value)
Sets the value of the '
Id ' attribute. |
void |
setMuddle(Muddle value)
Sets the value of the '
Muddle ' container reference. |
void |
setStyle(MuddleElementStyle value)
Sets the value of the '
Style ' containment reference. |
void |
setType(MuddleElementType value)
Sets the value of the '
Type ' reference. |
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
MuddlePackage.getMuddleElement_Id()
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
org.eclipse.emf.common.util.EList<Slot> getSlots()
Slot
.
It is bidirectional and its opposite is 'Owning Element
'.
If the meaning of the 'Slots' containment reference list isn't clear, there really should be more of a description here...
MuddlePackage.getMuddleElement_Slots()
,
Slot.getOwningElement()
MuddleElementType getType()
Instances
'.
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
setType(MuddleElementType)
,
MuddlePackage.getMuddleElement_Type()
,
MuddleElementType.getInstances()
void setType(MuddleElementType value)
Type
' reference.
value
- the new value of the 'Type' reference.getType()
Muddle getMuddle()
Elements
'.
If the meaning of the 'Muddle' container reference isn't clear, there really should be more of a description here...
setMuddle(Muddle)
,
MuddlePackage.getMuddleElement_Muddle()
,
Muddle.getElements()
void setMuddle(Muddle value)
Muddle
' container reference.
value
- the new value of the 'Muddle' container reference.getMuddle()
MuddleElementStyle getStyle()
If the meaning of the 'Style' containment reference isn't clear, there really should be more of a description here...
setStyle(MuddleElementStyle)
,
MuddlePackage.getMuddleElement_Style()
void setStyle(MuddleElementStyle value)
Style
' containment reference.
value
- the new value of the 'Style' containment reference.getStyle()
Copyright © 2020. All rights reserved.