public interface Feature
extends org.eclipse.emf.ecore.EObject
The following features are supported:
MuddlePackage.getFeature()
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the value of the 'Name' attribute.
|
MuddleElementType |
getOwningType()
Returns the value of the 'Owning Type' container reference.
|
org.eclipse.emf.common.util.EList<Slot> |
getSlots()
Returns the value of the 'Slots' reference list.
|
Type |
getType()
Returns the value of the 'Type' reference.
|
boolean |
isMany()
Returns the value of the 'Many' attribute.
|
boolean |
isPrimary()
Returns the value of the 'Primary' attribute.
|
boolean |
isRuntime()
Returns the value of the 'Runtime' attribute.
|
void |
setMany(boolean value)
Sets the value of the '
Many ' attribute. |
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
void |
setOwningType(MuddleElementType value)
Sets the value of the '
Owning Type ' container reference. |
void |
setPrimary(boolean value)
Sets the value of the '
Primary ' attribute. |
void |
setRuntime(boolean value)
Sets the value of the '
Runtime ' attribute. |
void |
setType(Type value)
Sets the value of the '
Type ' reference. |
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
MuddlePackage.getFeature_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
boolean isMany()
"false"
.
If the meaning of the 'Many' attribute isn't clear, there really should be more of a description here...
setMany(boolean)
,
MuddlePackage.getFeature_Many()
void setMany(boolean value)
Many
' attribute.
value
- the new value of the 'Many' attribute.isMany()
boolean isPrimary()
"false"
.
If the meaning of the 'Primary' attribute isn't clear, there really should be more of a description here...
setPrimary(boolean)
,
MuddlePackage.getFeature_Primary()
void setPrimary(boolean value)
Primary
' attribute.
value
- the new value of the 'Primary' attribute.isPrimary()
boolean isRuntime()
"false"
.
If the meaning of the 'Runtime' attribute isn't clear, there really should be more of a description here...
setRuntime(boolean)
,
MuddlePackage.getFeature_Runtime()
void setRuntime(boolean value)
Runtime
' attribute.
value
- the new value of the 'Runtime' attribute.isRuntime()
Type getType()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
setType(Type)
,
MuddlePackage.getFeature_Type()
void setType(Type value)
Type
' reference.
value
- the new value of the 'Type' reference.getType()
MuddleElementType getOwningType()
Features
'.
If the meaning of the 'Owning Type' container reference isn't clear, there really should be more of a description here...
setOwningType(MuddleElementType)
,
MuddlePackage.getFeature_OwningType()
,
MuddleElementType.getFeatures()
void setOwningType(MuddleElementType value)
Owning Type
' container reference.
value
- the new value of the 'Owning Type' container reference.getOwningType()
org.eclipse.emf.common.util.EList<Slot> getSlots()
Slot
.
It is bidirectional and its opposite is 'Feature
'.
If the meaning of the 'Slots' reference list isn't clear, there really should be more of a description here...
MuddlePackage.getFeature_Slots()
,
Slot.getFeature()
Copyright © 2016. All rights reserved.