Package org.atlanmod.widespread
Interface DifferentIntProperties
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DifferentIntPropertiesImpl
public interface DifferentIntProperties
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Different Int Properties'.
The following features are supported:
-
Method Summary
Modifier and Type Method Description intgetADerivedInt()Returns the value of the 'ADerived Int' attribute.intgetAReadonlyInt()Returns the value of the 'AReadonly Int' attribute.intgetATrasientInt()Returns the value of the 'ATrasient Int' attribute.intgetAVolatileInt()Returns the value of the 'AVolatile Int' attribute.voidsetADerivedInt(int value)Sets the value of the 'ADerived Int' attribute.voidsetATrasientInt(int value)Sets the value of the 'ATrasient Int' attribute.voidsetAVolatileInt(int value)Sets the value of the 'AVolatile Int' 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
-
getAVolatileInt
int getAVolatileInt()Returns the value of the 'AVolatile Int' attribute.- Returns:
- the value of the 'AVolatile Int' attribute.
- See Also:
setAVolatileInt(int),WidespreadPackage.getDifferentIntProperties_AVolatileInt()
-
setAVolatileInt
void setAVolatileInt(int value)Sets the value of the 'AVolatile Int' attribute.- Parameters:
value- the new value of the 'AVolatile Int' attribute.- See Also:
getAVolatileInt()
-
getATrasientInt
int getATrasientInt()Returns the value of the 'ATrasient Int' attribute.- Returns:
- the value of the 'ATrasient Int' attribute.
- See Also:
setATrasientInt(int),WidespreadPackage.getDifferentIntProperties_ATrasientInt()
-
setATrasientInt
void setATrasientInt(int value)Sets the value of the 'ATrasient Int' attribute.- Parameters:
value- the new value of the 'ATrasient Int' attribute.- See Also:
getATrasientInt()
-
getADerivedInt
int getADerivedInt()Returns the value of the 'ADerived Int' attribute.- Returns:
- the value of the 'ADerived Int' attribute.
- See Also:
setADerivedInt(int),WidespreadPackage.getDifferentIntProperties_ADerivedInt()
-
setADerivedInt
void setADerivedInt(int value)Sets the value of the 'ADerived Int' attribute.- Parameters:
value- the new value of the 'ADerived Int' attribute.- See Also:
getADerivedInt()
-
getAReadonlyInt
int getAReadonlyInt()Returns the value of the 'AReadonly Int' attribute.- Returns:
- the value of the 'AReadonly Int' attribute.
- See Also:
WidespreadPackage.getDifferentIntProperties_AReadonlyInt()
-