public interface DifferentIntProperties
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
int |
getADerivedInt()
Returns the value of the 'ADerived Int' attribute.
|
int |
getAReadonlyInt()
Returns the value of the 'AReadonly Int' attribute.
|
int |
getATrasientInt()
Returns the value of the 'ATrasient Int' attribute.
|
int |
getAVolatileInt()
Returns the value of the 'AVolatile Int' attribute.
|
void |
setADerivedInt(int value)
Sets the value of the '
ADerived Int' attribute. |
void |
setATrasientInt(int value)
Sets the value of the '
ATrasient Int' attribute. |
void |
setAVolatileInt(int value)
Sets the value of the '
AVolatile Int' attribute. |
int getAVolatileInt()
setAVolatileInt(int),
WidespreadPackage.getDifferentIntProperties_AVolatileInt()void setAVolatileInt(int value)
AVolatile Int' attribute.
value - the new value of the 'AVolatile Int' attribute.getAVolatileInt()int getATrasientInt()
setATrasientInt(int),
WidespreadPackage.getDifferentIntProperties_ATrasientInt()void setATrasientInt(int value)
ATrasient Int' attribute.
value - the new value of the 'ATrasient Int' attribute.getATrasientInt()int getADerivedInt()
setADerivedInt(int),
WidespreadPackage.getDifferentIntProperties_ADerivedInt()void setADerivedInt(int value)
ADerived Int' attribute.
value - the new value of the 'ADerived Int' attribute.getADerivedInt()int getAReadonlyInt()
WidespreadPackage.getDifferentIntProperties_AReadonlyInt()Copyright © 2018–2019 Atlanmod. All rights reserved.