public interface PrimitiveAttributes
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and 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. |
boolean isABoolean()
setABoolean(boolean),
WidespreadPackage.getPrimitiveAttributes_ABoolean()void setABoolean(boolean value)
ABoolean' attribute.
value - the new value of the 'ABoolean' attribute.isABoolean()byte getAByte()
setAByte(byte),
WidespreadPackage.getPrimitiveAttributes_AByte()void setAByte(byte value)
AByte' attribute.
value - the new value of the 'AByte' attribute.getAByte()char getAChar()
setAChar(char),
WidespreadPackage.getPrimitiveAttributes_AChar()void setAChar(char value)
AChar' attribute.
value - the new value of the 'AChar' attribute.getAChar()double getADouble()
setADouble(double),
WidespreadPackage.getPrimitiveAttributes_ADouble()void setADouble(double value)
ADouble' attribute.
value - the new value of the 'ADouble' attribute.getADouble()float getAFloat()
setAFloat(float),
WidespreadPackage.getPrimitiveAttributes_AFloat()void setAFloat(float value)
AFloat' attribute.
value - the new value of the 'AFloat' attribute.getAFloat()int getAnInt()
setAnInt(int),
WidespreadPackage.getPrimitiveAttributes_AnInt()void setAnInt(int value)
An Int' attribute.
value - the new value of the 'An Int' attribute.getAnInt()long getALong()
setALong(long),
WidespreadPackage.getPrimitiveAttributes_ALong()void setALong(long value)
ALong' attribute.
value - the new value of the 'ALong' attribute.getALong()short getAShort()
setAShort(short),
WidespreadPackage.getPrimitiveAttributes_AShort()void setAShort(short value)
AShort' attribute.
value - the new value of the 'AShort' attribute.getAShort()String getAString()
setAString(String),
WidespreadPackage.getPrimitiveAttributes_AString()void setAString(String value)
AString' attribute.
value - the new value of the 'AString' attribute.getAString()Copyright © 2018–2020 Atlanmod. All rights reserved.