org.eclipse.emf.mwe2.language.mwe2
Interface StringLiteral

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Value
All Known Implementing Classes:
StringLiteralImpl, StringLiteralImplCustom

public interface StringLiteral
extends Value

A representation of the model object 'String Literal'.

The following features are supported:

See Also:
Mwe2Package.getStringLiteral()
EMF generated code
EMF model element

Method Summary
 java.lang.String getBegin()
          Returns the value of the 'Begin' attribute.
 java.lang.String getEnd()
          Returns the value of the 'End' attribute.
 org.eclipse.emf.common.util.EList<StringPart> getParts()
          Returns the value of the 'Parts' containment reference list.
 void setBegin(java.lang.String value)
          Sets the value of the 'Begin' attribute.
 void setEnd(java.lang.String value)
          Sets the value of the 'End' attribute.
 
Methods inherited from interface org.eclipse.emf.mwe2.language.mwe2.Value
getActualType
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getBegin

java.lang.String getBegin()
Returns the value of the 'Begin' attribute.

If the meaning of the 'Begin' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Begin' attribute.
See Also:
setBegin(String), Mwe2Package.getStringLiteral_Begin()
EMF generated code
EMF model element

setBegin

void setBegin(java.lang.String value)
Sets the value of the 'Begin' attribute.

Parameters:
value - the new value of the 'Begin' attribute.
See Also:
getBegin()
EMF generated code

getParts

org.eclipse.emf.common.util.EList<StringPart> getParts()
Returns the value of the 'Parts' containment reference list. The list contents are of type StringPart.

If the meaning of the 'Parts' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parts' containment reference list.
See Also:
Mwe2Package.getStringLiteral_Parts()
EMF generated code
EMF model element
containment="true"

getEnd

java.lang.String getEnd()
Returns the value of the 'End' attribute.

If the meaning of the 'End' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'End' attribute.
See Also:
setEnd(String), Mwe2Package.getStringLiteral_End()
EMF generated code
EMF model element

setEnd

void setEnd(java.lang.String value)
Sets the value of the 'End' attribute.

Parameters:
value - the new value of the 'End' attribute.
See Also:
getEnd()
EMF generated code