public interface Failure
extends org.eclipse.emf.ecore.EObject
The following features are supported:
FlaxmlPackage.getFailure()
Modifier and Type | Method and Description |
---|---|
FailureType |
getType()
Returns the value of the 'Type' attribute.
|
boolean |
isSetType()
Returns whether the value of the '
Type ' attribute is set. |
void |
setType(FailureType value)
Sets the value of the '
Type ' attribute. |
void |
unsetType()
Unsets 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
,
isSetType()
,
unsetType()
,
setType(FailureType)
,
FlaxmlPackage.getFailure_Type()
void setType(FailureType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.FailureType
,
isSetType()
,
unsetType()
,
getType()
void unsetType()
Type
' attribute.
isSetType()
,
getType()
,
setType(FailureType)
boolean isSetType()
Type
' attribute is set.
unsetType()
,
getType()
,
setType(FailureType)