Package de.gebit.integrity.dsl
Interface ParameterTableValue
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ParameterTableValueImpl
public interface ParameterTableValue extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Parameter Table Value'.The following features are supported:
- See Also:
DslPackage.getParameterTableValue()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueOrEnumValueOrOperationCollectiongetValue()Returns the value of the 'Value' containment reference.voidsetValue(ValueOrEnumValueOrOperationCollection value)Sets the value of the 'Value' containment reference.
-
-
-
Method Detail
-
getValue
ValueOrEnumValueOrOperationCollection getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(ValueOrEnumValueOrOperationCollection),DslPackage.getParameterTableValue_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()
-
-