Package de.gebit.integrity.dsl
Interface ForkParameter
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ForkParameterImpl
public interface ForkParameter extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Fork Parameter'.The following features are supported:
- See Also:
DslPackage.getForkParameter()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FixedParameterNamegetName()Returns the value of the 'Name' containment reference.ValueOrEnumValueOrOperationgetValue()Returns the value of the 'Value' containment reference.voidsetName(FixedParameterName value)Sets the value of the 'Name' containment reference.voidsetValue(ValueOrEnumValueOrOperation value)Sets the value of the 'Value' containment reference.
-
-
-
Method Detail
-
getName
FixedParameterName getName()
Returns the value of the 'Name' containment reference.- Returns:
- the value of the 'Name' containment reference.
- See Also:
setName(FixedParameterName),DslPackage.getForkParameter_Name()
-
setName
void setName(FixedParameterName value)
Sets the value of the 'Name' containment reference.- Parameters:
value- the new value of the 'Name' containment reference.- See Also:
getName()
-
getValue
ValueOrEnumValueOrOperation getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(ValueOrEnumValueOrOperation),DslPackage.getForkParameter_Value()
-
setValue
void setValue(ValueOrEnumValueOrOperation value)
Sets the value of the 'Value' containment reference.- Parameters:
value- the new value of the 'Value' containment reference.- See Also:
getValue()
-
-