Package de.gebit.integrity.dsl
Interface ParameterTableHeader
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ParameterTableHeaderImpl
public interface ParameterTableHeader extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Parameter Table Header'.The following features are supported:
- See Also:
DslPackage.getParameterTableHeader()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParameterNamegetName()Returns the value of the 'Name' containment reference.voidsetName(ParameterName value)Sets the value of the 'Name' 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.getParameterTableHeader_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()
-
-