Package de.gebit.integrity.dsl
Interface Parameter
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ParameterImpl
public interface Parameter extends org.eclipse.emf.ecore.EObject- See Also:
DslPackage.getParameter()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParameterNamegetName()Returns the value of the 'Name' containment reference.ValueOrEnumValueOrOperationCollectiongetValue()Returns the value of the 'Value' containment reference.voidsetName(ParameterName value)Sets the value of the 'Name' containment reference.voidsetValue(ValueOrEnumValueOrOperationCollection value)Sets the value of the 'Value' containment reference.
-
-
-
Method Detail
-
getName
ParameterName getName()
Returns the value of the 'Name' containment reference.- Returns:
- the value of the 'Name' containment reference.
- See Also:
setName(ParameterName),DslPackage.getParameter_Name()
-
setName
void setName(ParameterName 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.getParameter_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()
-
-