Package de.gebit.integrity.dsl
Interface Statement
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ForkDefinition,PackageDefinition,VariantDefinition
- All Known Implementing Classes:
ForkDefinitionImpl,PackageDefinitionImpl,StatementImpl,VariantDefinitionImpl
public interface Statement extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Statement'.The following features are supported:
- See Also:
DslPackage.getStatement()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentationCommentgetDocumentation()Returns the value of the 'Documentation' containment reference.StringgetName()Returns the value of the 'Name' attribute.voidsetDocumentation(DocumentationComment value)Sets the value of the 'Documentation' containment reference.voidsetName(String value)Sets the value of the 'Name' attribute.
-
-
-
Method Detail
-
getDocumentation
DocumentationComment getDocumentation()
Returns the value of the 'Documentation' containment reference.- Returns:
- the value of the 'Documentation' containment reference.
- See Also:
setDocumentation(DocumentationComment),DslPackage.getStatement_Documentation()
-
setDocumentation
void setDocumentation(DocumentationComment value)
Sets the value of the 'Documentation' containment reference.- Parameters:
value- the new value of the 'Documentation' containment reference.- See Also:
getDocumentation()
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),DslPackage.getStatement_Name()
-
-