Package de.gebit.integrity.dsl
Interface SuiteParameterDefinition
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SuiteParameterDefinitionImpl
public interface SuiteParameterDefinition extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Suite Parameter Definition'.The following features are supported:
- See Also:
DslPackage.getSuiteParameterDefinition()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueOrEnumValueOrOperationCollectiongetDefault()Returns the value of the 'Default' containment reference.VariableEntitygetName()Returns the value of the 'Name' containment reference.voidsetDefault(ValueOrEnumValueOrOperationCollection value)Sets the value of the 'Default' containment reference.voidsetName(VariableEntity value)Sets the value of the 'Name' containment reference.
-
-
-
Method Detail
-
getName
VariableEntity getName()
Returns the value of the 'Name' containment reference.- Returns:
- the value of the 'Name' containment reference.
- See Also:
setName(VariableEntity),DslPackage.getSuiteParameterDefinition_Name()
-
setName
void setName(VariableEntity value)
Sets the value of the 'Name' containment reference.- Parameters:
value- the new value of the 'Name' containment reference.- See Also:
getName()
-
getDefault
ValueOrEnumValueOrOperationCollection getDefault()
Returns the value of the 'Default' containment reference.- Returns:
- the value of the 'Default' containment reference.
- See Also:
setDefault(ValueOrEnumValueOrOperationCollection),DslPackage.getSuiteParameterDefinition_Default()
-
setDefault
void setDefault(ValueOrEnumValueOrOperationCollection value)
Sets the value of the 'Default' containment reference.- Parameters:
value- the new value of the 'Default' containment reference.- See Also:
getDefault()
-
-