Package de.gebit.integrity.dsl
Interface SuiteParameter
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SuiteParameterImpl
public interface SuiteParameter extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Suite Parameter'.The following features are supported:
- See Also:
DslPackage.getSuiteParameter()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VariableOrConstantEntitygetName()Returns the value of the 'Name' reference.ValueOrEnumValueOrOperationCollectiongetValue()Returns the value of the 'Value' containment reference.voidsetName(VariableOrConstantEntity value)Sets the value of the 'Name' reference.voidsetValue(ValueOrEnumValueOrOperationCollection value)Sets the value of the 'Value' containment reference.
-
-
-
Method Detail
-
getName
VariableOrConstantEntity getName()
Returns the value of the 'Name' reference.- Returns:
- the value of the 'Name' reference.
- See Also:
setName(VariableOrConstantEntity),DslPackage.getSuiteParameter_Name()
-
setName
void setName(VariableOrConstantEntity value)
Sets the value of the 'Name' reference.- Parameters:
value- the new value of the 'Name' 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.getSuiteParameter_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()
-
-