public interface InitializedPrimitive
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
byte |
getAnInitializedByte()
Returns the value of the 'An Initialized Byte' attribute.
|
char |
getAnInitializedChar()
Returns the value of the 'An Initialized Char' attribute.
|
double |
getAnInitializedDouble()
Returns the value of the 'An Initialized Double' attribute.
|
float |
getAnInitializedFloat()
Returns the value of the 'An Initialized Float' attribute.
|
int |
getAnInitializedInt()
Returns the value of the 'An Initialized Int' attribute.
|
long |
getAnInitializedLong()
Returns the value of the 'An Initialized Long' attribute.
|
short |
getAnInitializedShort()
Returns the value of the 'An Initialized Short' attribute.
|
String |
getAnInitializedString()
Returns the value of the 'An Initialized String' attribute.
|
boolean |
isAnInitializedBoolean()
Returns the value of the 'An Initialized Boolean' attribute.
|
void |
setAnInitializedBoolean(boolean value)
Sets the value of the '
An Initialized Boolean' attribute. |
void |
setAnInitializedByte(byte value)
Sets the value of the '
An Initialized Byte' attribute. |
void |
setAnInitializedChar(char value)
Sets the value of the '
An Initialized Char' attribute. |
void |
setAnInitializedDouble(double value)
Sets the value of the '
An Initialized Double' attribute. |
void |
setAnInitializedFloat(float value)
Sets the value of the '
An Initialized Float' attribute. |
void |
setAnInitializedInt(int value)
Sets the value of the '
An Initialized Int' attribute. |
void |
setAnInitializedLong(long value)
Sets the value of the '
An Initialized Long' attribute. |
void |
setAnInitializedShort(short value)
Sets the value of the '
An Initialized Short' attribute. |
void |
setAnInitializedString(String value)
Sets the value of the '
An Initialized String' attribute. |
boolean isAnInitializedBoolean()
"false".
setAnInitializedBoolean(boolean),
WidespreadPackage.getInitializedPrimitive_AnInitializedBoolean()void setAnInitializedBoolean(boolean value)
An Initialized Boolean' attribute.
value - the new value of the 'An Initialized Boolean' attribute.isAnInitializedBoolean()byte getAnInitializedByte()
"8".
setAnInitializedByte(byte),
WidespreadPackage.getInitializedPrimitive_AnInitializedByte()void setAnInitializedByte(byte value)
An Initialized Byte' attribute.
value - the new value of the 'An Initialized Byte' attribute.getAnInitializedByte()char getAnInitializedChar()
"a".
setAnInitializedChar(char),
WidespreadPackage.getInitializedPrimitive_AnInitializedChar()void setAnInitializedChar(char value)
An Initialized Char' attribute.
value - the new value of the 'An Initialized Char' attribute.getAnInitializedChar()double getAnInitializedDouble()
"42.35".
setAnInitializedDouble(double),
WidespreadPackage.getInitializedPrimitive_AnInitializedDouble()void setAnInitializedDouble(double value)
An Initialized Double' attribute.
value - the new value of the 'An Initialized Double' attribute.getAnInitializedDouble()float getAnInitializedFloat()
"9.343".
setAnInitializedFloat(float),
WidespreadPackage.getInitializedPrimitive_AnInitializedFloat()void setAnInitializedFloat(float value)
An Initialized Float' attribute.
value - the new value of the 'An Initialized Float' attribute.getAnInitializedFloat()int getAnInitializedInt()
"33".
setAnInitializedInt(int),
WidespreadPackage.getInitializedPrimitive_AnInitializedInt()void setAnInitializedInt(int value)
An Initialized Int' attribute.
value - the new value of the 'An Initialized Int' attribute.getAnInitializedInt()long getAnInitializedLong()
"123456789".
setAnInitializedLong(long),
WidespreadPackage.getInitializedPrimitive_AnInitializedLong()void setAnInitializedLong(long value)
An Initialized Long' attribute.
value - the new value of the 'An Initialized Long' attribute.getAnInitializedLong()short getAnInitializedShort()
"23678".
setAnInitializedShort(short),
WidespreadPackage.getInitializedPrimitive_AnInitializedShort()void setAnInitializedShort(short value)
An Initialized Short' attribute.
value - the new value of the 'An Initialized Short' attribute.getAnInitializedShort()String getAnInitializedString()
"Hello World".
setAnInitializedString(String),
WidespreadPackage.getInitializedPrimitive_AnInitializedString()void setAnInitializedString(String value)
An Initialized String' attribute.
value - the new value of the 'An Initialized String' attribute.getAnInitializedString()Copyright © 2018–2020 Atlanmod. All rights reserved.