com.ibm.xtools.bpmn2
Interface FormalExpression

All Superinterfaces:
BaseElementWithMixedContent, org.eclipse.emf.ecore.EObject, Expression, org.eclipse.emf.common.notify.Notifier

public interface FormalExpression
extends Expression

A representation of the model object 'Formal Expression'.

The following features are supported:

See Also:
Bpmn2Package.getFormalExpression()

Method Summary
 javax.xml.namespace.QName getEvaluatesToTypeRef()
          Returns the value of the 'Evaluates To Type Ref' attribute.
 java.lang.String getLanguage()
          Returns the value of the 'Language' attribute.
 void setEvaluatesToTypeRef(javax.xml.namespace.QName value)
          Sets the value of the 'Evaluates To Type Ref' attribute.
 void setLanguage(java.lang.String value)
          Sets the value of the 'Language' attribute.
 
Methods inherited from interface com.ibm.xtools.bpmn2.BaseElementWithMixedContent
getAny, getAnyAttribute, getDocumentations, getId, getMixed, setId
 
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

getEvaluatesToTypeRef

javax.xml.namespace.QName getEvaluatesToTypeRef()
Returns the value of the 'Evaluates To Type Ref' attribute.

If the meaning of the 'Evaluates To Type Ref' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Evaluates To Type Ref' attribute.
See Also:
setEvaluatesToTypeRef(QName), Bpmn2Package.getFormalExpression_EvaluatesToTypeRef()

setEvaluatesToTypeRef

void setEvaluatesToTypeRef(javax.xml.namespace.QName value)
Sets the value of the 'Evaluates To Type Ref' attribute.

Parameters:
value - the new value of the 'Evaluates To Type Ref' attribute.
See Also:
getEvaluatesToTypeRef()

getLanguage

java.lang.String getLanguage()
Returns the value of the 'Language' attribute.

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

Returns:
the value of the 'Language' attribute.
See Also:
setLanguage(String), Bpmn2Package.getFormalExpression_Language()

setLanguage

void setLanguage(java.lang.String value)
Sets the value of the 'Language' attribute.

Parameters:
value - the new value of the 'Language' attribute.
See Also:
getLanguage()