Interface PrimitiveAttributes

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
PrimitiveAttributesImpl

public interface PrimitiveAttributes
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Primitive Attributes'.

The following features are supported:

See Also:
WidespreadPackage.getPrimitiveAttributes()
  • Method Summary

    Modifier and Type Method Description
    byte getAByte()
    Returns the value of the 'AByte' attribute.
    char getAChar()
    Returns the value of the 'AChar' attribute.
    double getADouble()
    Returns the value of the 'ADouble' attribute.
    float getAFloat()
    Returns the value of the 'AFloat' attribute.
    long getALong()
    Returns the value of the 'ALong' attribute.
    int getAnInt()
    Returns the value of the 'An Int' attribute.
    short getAShort()
    Returns the value of the 'AShort' attribute.
    String getAString()
    Returns the value of the 'AString' attribute.
    boolean isABoolean()
    Returns the value of the 'ABoolean' attribute.
    void setABoolean​(boolean value)
    Sets the value of the 'ABoolean' attribute.
    void setAByte​(byte value)
    Sets the value of the 'AByte' attribute.
    void setAChar​(char value)
    Sets the value of the 'AChar' attribute.
    void setADouble​(double value)
    Sets the value of the 'ADouble' attribute.
    void setAFloat​(float value)
    Sets the value of the 'AFloat' attribute.
    void setALong​(long value)
    Sets the value of the 'ALong' attribute.
    void setAnInt​(int value)
    Sets the value of the 'An Int' attribute.
    void setAShort​(short value)
    Sets the value of the 'AShort' attribute.
    void setAString​(String value)
    Sets the value of the 'AString' attribute.

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver