Interface Content
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ContentImpl
public interface Content
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Content'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetCR()Returns the value of the 'CR' attribute.getCtn()Returns the value of the 'Ctn' attribute.de.uni_hildesheim.sse.vil.expressions.expressionDsl.ExpressionReturns the value of the 'Indent' containment reference.getNoCR()Returns the value of the 'No CR' attribute.voidSets the value of the 'CR' attribute.voidSets the value of the 'Ctn' attribute.voidsetIndent(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression value) Sets the value of the 'Indent' containment reference.voidSets the value of the 'No CR' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getCtn
String getCtn()Returns the value of the 'Ctn' attribute.- Returns:
- the value of the 'Ctn' attribute.
- See Also:
-
setCtn
Sets the value of the 'Ctn' attribute.- Parameters:
value- the new value of the 'Ctn' attribute.- See Also:
-
getNoCR
String getNoCR()Returns the value of the 'No CR' attribute.- Returns:
- the value of the 'No CR' attribute.
- See Also:
-
setNoCR
Sets the value of the 'No CR' attribute.- Parameters:
value- the new value of the 'No CR' attribute.- See Also:
-
getCR
String getCR()Returns the value of the 'CR' attribute.- Returns:
- the value of the 'CR' attribute.
- See Also:
-
setCR
Sets the value of the 'CR' attribute.- Parameters:
value- the new value of the 'CR' attribute.- See Also:
-
getIndent
de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression getIndent()Returns the value of the 'Indent' containment reference.- Returns:
- the value of the 'Indent' containment reference.
- See Also:
-
setIndent
void setIndent(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression value) Sets the value of the 'Indent' containment reference.- Parameters:
value- the new value of the 'Indent' containment reference.- See Also:
-