Interface AttributeSlot

    • Method Detail

      • getEAttribute

        org.eclipse.emf.ecore.EAttribute getEAttribute()
        Returns the value of the 'EAttribute' reference.

        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 conforms
        Returns:
        the value of the 'EAttribute' reference.
        See Also:
        setEAttribute(EAttribute), MigrationPackage.getAttributeSlot_EAttribute()
      • setEAttribute

        void setEAttribute​(org.eclipse.emf.ecore.EAttribute value)
        Sets the value of the 'EAttribute' reference.
        Parameters:
        value - the new value of the 'EAttribute' reference.
        See Also:
        getEAttribute()
      • getValues

        org.eclipse.emf.common.util.EList<Object> getValues()
        Returns the value of the 'Values' attribute list. The list contents are of type 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 slot
        Returns:
        the value of the 'Values' attribute list.
        See Also:
        MigrationPackage.getAttributeSlot_Values()