public interface ACIDMitigation
extends org.eclipse.emf.ecore.EObject
The following features are supported:
FlaDslPackage.getACIDMitigation()
Modifier and Type | Method and Description |
---|---|
Amitigation |
getA()
Returns the value of the 'A' attribute.
|
Cmitigation |
getC()
Returns the value of the 'C' attribute.
|
Dmitigation |
getD()
Returns the value of the 'D' attribute.
|
Imitigation |
getI()
Returns the value of the 'I' attribute.
|
void |
setA(Amitigation value)
Sets the value of the '
A ' attribute. |
void |
setC(Cmitigation value)
Sets the value of the '
C ' attribute. |
void |
setD(Dmitigation value)
Sets the value of the '
D ' attribute. |
void |
setI(Imitigation value)
Sets the value of the '
I ' attribute. |
Amitigation getA()
Amitigation
.
If the meaning of the 'A' attribute isn't clear, there really should be more of a description here...
Amitigation
,
setA(Amitigation)
,
FlaDslPackage.getACIDMitigation_A()
void setA(Amitigation value)
A
' attribute.
value
- the new value of the 'A' attribute.Amitigation
,
getA()
Cmitigation getC()
Cmitigation
.
If the meaning of the 'C' attribute isn't clear, there really should be more of a description here...
Cmitigation
,
setC(Cmitigation)
,
FlaDslPackage.getACIDMitigation_C()
void setC(Cmitigation value)
C
' attribute.
value
- the new value of the 'C' attribute.Cmitigation
,
getC()
Imitigation getI()
Imitigation
.
If the meaning of the 'I' attribute isn't clear, there really should be more of a description here...
Imitigation
,
setI(Imitigation)
,
FlaDslPackage.getACIDMitigation_I()
void setI(Imitigation value)
I
' attribute.
value
- the new value of the 'I' attribute.Imitigation
,
getI()
Dmitigation getD()
Dmitigation
.
If the meaning of the 'D' attribute isn't clear, there really should be more of a description here...
Dmitigation
,
setD(Dmitigation)
,
FlaDslPackage.getACIDMitigation_D()
void setD(Dmitigation value)
D
' attribute.
value
- the new value of the 'D' attribute.Dmitigation
,
getD()