Package org.atlanmod.widespread
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:
-
Method Summary
Modifier and Type Method Description bytegetAByte()Returns the value of the 'AByte' attribute.chargetAChar()Returns the value of the 'AChar' attribute.doublegetADouble()Returns the value of the 'ADouble' attribute.floatgetAFloat()Returns the value of the 'AFloat' attribute.longgetALong()Returns the value of the 'ALong' attribute.intgetAnInt()Returns the value of the 'An Int' attribute.shortgetAShort()Returns the value of the 'AShort' attribute.StringgetAString()Returns the value of the 'AString' attribute.booleanisABoolean()Returns the value of the 'ABoolean' attribute.voidsetABoolean(boolean value)Sets the value of the 'ABoolean' attribute.voidsetAByte(byte value)Sets the value of the 'AByte' attribute.voidsetAChar(char value)Sets the value of the 'AChar' attribute.voidsetADouble(double value)Sets the value of the 'ADouble' attribute.voidsetAFloat(float value)Sets the value of the 'AFloat' attribute.voidsetALong(long value)Sets the value of the 'ALong' attribute.voidsetAnInt(int value)Sets the value of the 'An Int' attribute.voidsetAShort(short value)Sets the value of the 'AShort' attribute.voidsetAString(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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isABoolean
boolean isABoolean()Returns the value of the 'ABoolean' attribute.- Returns:
- the value of the 'ABoolean' attribute.
- See Also:
setABoolean(boolean),WidespreadPackage.getPrimitiveAttributes_ABoolean()
-
setABoolean
void setABoolean(boolean value)Sets the value of the 'ABoolean' attribute.- Parameters:
value- the new value of the 'ABoolean' attribute.- See Also:
isABoolean()
-
getAByte
byte getAByte()Returns the value of the 'AByte' attribute.- Returns:
- the value of the 'AByte' attribute.
- See Also:
setAByte(byte),WidespreadPackage.getPrimitiveAttributes_AByte()
-
setAByte
void setAByte(byte value)Sets the value of the 'AByte' attribute.- Parameters:
value- the new value of the 'AByte' attribute.- See Also:
getAByte()
-
getAChar
char getAChar()Returns the value of the 'AChar' attribute.- Returns:
- the value of the 'AChar' attribute.
- See Also:
setAChar(char),WidespreadPackage.getPrimitiveAttributes_AChar()
-
setAChar
void setAChar(char value)Sets the value of the 'AChar' attribute.- Parameters:
value- the new value of the 'AChar' attribute.- See Also:
getAChar()
-
getADouble
double getADouble()Returns the value of the 'ADouble' attribute.- Returns:
- the value of the 'ADouble' attribute.
- See Also:
setADouble(double),WidespreadPackage.getPrimitiveAttributes_ADouble()
-
setADouble
void setADouble(double value)Sets the value of the 'ADouble' attribute.- Parameters:
value- the new value of the 'ADouble' attribute.- See Also:
getADouble()
-
getAFloat
float getAFloat()Returns the value of the 'AFloat' attribute.- Returns:
- the value of the 'AFloat' attribute.
- See Also:
setAFloat(float),WidespreadPackage.getPrimitiveAttributes_AFloat()
-
setAFloat
void setAFloat(float value)Sets the value of the 'AFloat' attribute.- Parameters:
value- the new value of the 'AFloat' attribute.- See Also:
getAFloat()
-
getAnInt
int getAnInt()Returns the value of the 'An Int' attribute.- Returns:
- the value of the 'An Int' attribute.
- See Also:
setAnInt(int),WidespreadPackage.getPrimitiveAttributes_AnInt()
-
setAnInt
void setAnInt(int value)Sets the value of the 'An Int' attribute.- Parameters:
value- the new value of the 'An Int' attribute.- See Also:
getAnInt()
-
getALong
long getALong()Returns the value of the 'ALong' attribute.- Returns:
- the value of the 'ALong' attribute.
- See Also:
setALong(long),WidespreadPackage.getPrimitiveAttributes_ALong()
-
setALong
void setALong(long value)Sets the value of the 'ALong' attribute.- Parameters:
value- the new value of the 'ALong' attribute.- See Also:
getALong()
-
getAShort
short getAShort()Returns the value of the 'AShort' attribute.- Returns:
- the value of the 'AShort' attribute.
- See Also:
setAShort(short),WidespreadPackage.getPrimitiveAttributes_AShort()
-
setAShort
void setAShort(short value)Sets the value of the 'AShort' attribute.- Parameters:
value- the new value of the 'AShort' attribute.- See Also:
getAShort()
-
getAString
String getAString()Returns the value of the 'AString' attribute.- Returns:
- the value of the 'AString' attribute.
- See Also:
setAString(String),WidespreadPackage.getPrimitiveAttributes_AString()
-
setAString
Sets the value of the 'AString' attribute.- Parameters:
value- the new value of the 'AString' attribute.- See Also:
getAString()
-