Uses of Class
org.omg.spec.bpmn.model.TFormalExpression
-
Packages that use TFormalExpression Package Description org.omg.spec.bpmn.model -
-
Uses of TFormalExpression in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as TFormalExpression Modifier and Type Field Description protected TFormalExpression
TComplexBehaviorDefinition. condition
protected TFormalExpression
TCorrelationPropertyBinding. dataPath
protected TFormalExpression
TCorrelationPropertyRetrievalExpression. messagePath
protected TFormalExpression
TDataAssociation. transformation
Methods in org.omg.spec.bpmn.model that return TFormalExpression Modifier and Type Method Description TFormalExpression
ObjectFactory. createTFormalExpression()
Create an instance ofTFormalExpression
TFormalExpression
TComplexBehaviorDefinition. getCondition()
Gets the value of the condition property.TFormalExpression
TCorrelationPropertyBinding. getDataPath()
Gets the value of the dataPath property.TFormalExpression
TCorrelationPropertyRetrievalExpression. getMessagePath()
Gets the value of the messagePath property.TFormalExpression
TDataAssociation. getTransformation()
Gets the value of the transformation property.Methods in org.omg.spec.bpmn.model that return types with arguments of type TFormalExpression Modifier and Type Method Description javax.xml.bind.JAXBElement<TFormalExpression>
ObjectFactory. createFormalExpression(TFormalExpression value)
Methods in org.omg.spec.bpmn.model with parameters of type TFormalExpression Modifier and Type Method Description javax.xml.bind.JAXBElement<TFormalExpression>
ObjectFactory. createFormalExpression(TFormalExpression value)
void
TComplexBehaviorDefinition. setCondition(TFormalExpression value)
Sets the value of the condition property.void
TCorrelationPropertyBinding. setDataPath(TFormalExpression value)
Sets the value of the dataPath property.void
TCorrelationPropertyRetrievalExpression. setMessagePath(TFormalExpression value)
Sets the value of the messagePath property.void
TDataAssociation. setTransformation(TFormalExpression value)
Sets the value of the transformation property.
-