Interface ResourceFailureSpecification
-
- All Superinterfaces:
EObject,Notifier,ResourceTypeContent
- All Known Implementing Classes:
ResourceFailureSpecificationImpl
public interface ResourceFailureSpecification extends ResourceTypeContent
A representation of the model object 'Resource Failure Specification'.The following features are supported:
- See Also:
LanguagePackage.getResourceFailureSpecification()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FailureTypegetFailureType()Returns the value of the 'Failure Type' reference.voidsetFailureType(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 Detail
-
getFailureType
FailureType getFailureType()
Returns the value of the 'Failure Type' reference.- Returns:
- the value of the 'Failure Type' reference.
- See Also:
setFailureType(FailureType),LanguagePackage.getResourceFailureSpecification_FailureType()- Generated class or method.
- EMF model class or method.
-
setFailureType
void setFailureType(FailureType value)
Sets the value of the 'Failure Type' reference.- Parameters:
value- the new value of the 'Failure Type' reference.- See Also:
getFailureType()- Generated class or method.
-
-