public interface FailureDefinition extends Definitions
The following features are supported:
FlaDslPackage.getFailureDefinition()
Modifier and Type | Method and Description |
---|---|
ACIDavoidable |
getAcidAvoidable()
Returns the value of the 'Acid Avoidable' containment reference.
|
FailureType |
getType()
Returns the value of the 'Type' attribute.
|
void |
setAcidAvoidable(ACIDavoidable value)
Sets the value of the '
Acid Avoidable ' containment reference. |
void |
setType(FailureType value)
Sets the value of the '
Type ' attribute. |
FailureType getType()
FailureType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
FailureType
,
setType(FailureType)
,
FlaDslPackage.getFailureDefinition_Type()
void setType(FailureType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.FailureType
,
getType()
ACIDavoidable getAcidAvoidable()
If the meaning of the 'Acid Avoidable' containment reference isn't clear, there really should be more of a description here...
setAcidAvoidable(ACIDavoidable)
,
FlaDslPackage.getFailureDefinition_AcidAvoidable()
void setAcidAvoidable(ACIDavoidable value)
Acid Avoidable
' containment reference.
value
- the new value of the 'Acid Avoidable' containment reference.getAcidAvoidable()