public interface AttributeSlot extends Slot
The following features are supported:
MigrationPackage.getAttributeSlot()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EAttribute |
getEAttribute()
Returns the value of the 'EAttribute' reference.
|
org.eclipse.emf.common.util.EList<Object> |
getValues()
Returns the value of the 'Values' attribute list.
|
void |
setEAttribute(org.eclipse.emf.ecore.EAttribute value)
Sets the value of the '
EAttribute' reference. |
getEFeature, getInstance, setInstanceorg.eclipse.emf.ecore.EAttribute getEAttribute()
If the meaning of the 'EAttribute' reference isn't clear, there really should be more of a description here...
The attribute to which the slot conformssetEAttribute(EAttribute),
MigrationPackage.getAttributeSlot_EAttribute()void setEAttribute(org.eclipse.emf.ecore.EAttribute value)
EAttribute' reference.
value - the new value of the 'EAttribute' reference.getEAttribute()org.eclipse.emf.common.util.EList<Object> getValues()
Object.
If the meaning of the 'Values' attribute list isn't clear, there really should be more of a description here...
The values of an attribute slotMigrationPackage.getAttributeSlot_Values()Copyright © 2020. All rights reserved.