Package de.gebit.integrity.dsl
Interface NamedResult
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
NamedResultImpl
public interface NamedResult extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Named Result'.The following features are supported:
- See Also:
DslPackage.getNamedResult()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResultNamegetName()Returns the value of the 'Name' containment reference.ValueOrEnumValueOrOperationCollectiongetValue()Returns the value of the 'Value' containment reference.voidsetName(ResultName value)Sets the value of the 'Name' containment reference.voidsetValue(ValueOrEnumValueOrOperationCollection value)Sets the value of the 'Value' containment reference.
-
-
-
Method Detail
-
getName
ResultName getName()
Returns the value of the 'Name' containment reference.- Returns:
- the value of the 'Name' containment reference.
- See Also:
setName(ResultName),DslPackage.getNamedResult_Name()
-
setName
void setName(ResultName value)
Sets the value of the 'Name' containment reference.- Parameters:
value- the new value of the 'Name' containment reference.- See Also:
getName()
-
getValue
ValueOrEnumValueOrOperationCollection getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(ValueOrEnumValueOrOperationCollection),DslPackage.getNamedResult_Value()
-
setValue
void setValue(ValueOrEnumValueOrOperationCollection value)
Sets the value of the 'Value' containment reference.- Parameters:
value- the new value of the 'Value' containment reference.- See Also:
getValue()
-
-