Interface ResourceFailureSpecification
- All Superinterfaces:
EObject
,Notifier
,ResourceTypeContent
- All Known Implementing Classes:
ResourceFailureSpecificationImpl
A representation of the model object 'Resource Failure Specification'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Failure Type' reference.void
setFailureType
(FailureType value) Sets the value of the 'Failure Type
' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFailureType
FailureType getFailureType()Returns the value of the 'Failure Type' reference.- Returns:
- the value of the 'Failure Type' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setFailureType
Sets the value of the 'Failure Type
' reference.- Parameters:
value
- the new value of the 'Failure Type' reference.- See Also:
- Generated class or method.
-