org.objectweb.dsrg.sofa.repository.model
Interface EnvironmentAssumption

All Superinterfaces:
org.eclipse.emf.ecore.EObject, NamedEntity, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
EnvironmentAssumptionImpl

public interface EnvironmentAssumption
extends NamedEntity

A representation of the model object 'Environment Assumption'.

The following features are supported:

See Also:
ModelPackage.getEnvironmentAssumption()
Generated from the meta-model
Part of the meta-model

Method Summary
 AssumptionKind getKind()
          Returns the value of the 'Kind' attribute.
 java.lang.String getValue()
          Returns the value of the 'Value' attribute
 void setKind(AssumptionKind value)
          Sets the value of the 'Kind' attribute
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute
 
Methods inherited from interface org.objectweb.dsrg.sofa.repository.model.NamedEntity
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), ModelPackage.getEnvironmentAssumption_Value()
Generated from the meta-model
Part of the meta-model

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()
Generated from the meta-model

getKind

AssumptionKind getKind()
Returns the value of the 'Kind' attribute. The literals are from the enumeration AssumptionKind.

If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Kind' attribute.
See Also:
AssumptionKind, setKind(AssumptionKind), ModelPackage.getEnvironmentAssumption_Kind()
Generated from the meta-model
Part of the meta-model

setKind

void setKind(AssumptionKind value)
Sets the value of the 'Kind' attribute.

Parameters:
value - the new value of the 'Kind' attribute.
See Also:
AssumptionKind, getKind()
Generated from the meta-model