org.eclipse.xtext.xbase
Interface XCasePart

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JvmIdentifiableElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
XCasePartImpl, XCasePartImplCustom

public interface XCasePart
extends JvmIdentifiableElement

A representation of the model object 'XCase Part'.

The following features are supported:

See Also:
XbasePackage.getXCasePart()
EMF generated code
EMF model element

Method Summary
 XExpression getCase()
          Returns the value of the 'Case' containment reference.
 XExpression getThen()
          Returns the value of the 'Then' containment reference.
 JvmTypeReference getTypeGuard()
          Returns the value of the 'Type Guard' containment reference.
 void setCase(XExpression value)
          Sets the value of the 'Case' containment reference.
 void setThen(XExpression value)
          Sets the value of the 'Then' containment reference.
 void setTypeGuard(JvmTypeReference value)
          Sets the value of the 'Type Guard' containment reference.
 
Methods inherited from interface org.eclipse.xtext.common.types.JvmIdentifiableElement
getIdentifier, getQualifiedName, getQualifiedName, getSimpleName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getCase

XExpression getCase()
Returns the value of the 'Case' containment reference.

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

Returns:
the value of the 'Case' containment reference.
See Also:
setCase(XExpression), XbasePackage.getXCasePart_Case()
EMF generated code
EMF model element
containment="true"

setCase

void setCase(XExpression value)
Sets the value of the 'Case' containment reference.

Parameters:
value - the new value of the 'Case' containment reference.
See Also:
getCase()
EMF generated code

getThen

XExpression getThen()
Returns the value of the 'Then' containment reference.

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

Returns:
the value of the 'Then' containment reference.
See Also:
setThen(XExpression), XbasePackage.getXCasePart_Then()
EMF generated code
EMF model element
containment="true"

setThen

void setThen(XExpression value)
Sets the value of the 'Then' containment reference.

Parameters:
value - the new value of the 'Then' containment reference.
See Also:
getThen()
EMF generated code

getTypeGuard

JvmTypeReference getTypeGuard()
Returns the value of the 'Type Guard' containment reference.

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

Returns:
the value of the 'Type Guard' containment reference.
See Also:
setTypeGuard(JvmTypeReference), XbasePackage.getXCasePart_TypeGuard()
EMF generated code
EMF model element
containment="true"

setTypeGuard

void setTypeGuard(JvmTypeReference value)
Sets the value of the 'Type Guard' containment reference.

Parameters:
value - the new value of the 'Type Guard' containment reference.
See Also:
getTypeGuard()
EMF generated code