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 TFormalExpressionTComplexBehaviorDefinition. conditionprotected TFormalExpressionTCorrelationPropertyBinding. dataPathprotected TFormalExpressionTCorrelationPropertyRetrievalExpression. messagePathprotected TFormalExpressionTDataAssociation. transformationMethods in org.omg.spec.bpmn.model that return TFormalExpression Modifier and Type Method Description TFormalExpressionObjectFactory. createTFormalExpression()Create an instance ofTFormalExpressionTFormalExpressionTComplexBehaviorDefinition. getCondition()Gets the value of the condition property.TFormalExpressionTCorrelationPropertyBinding. getDataPath()Gets the value of the dataPath property.TFormalExpressionTCorrelationPropertyRetrievalExpression. getMessagePath()Gets the value of the messagePath property.TFormalExpressionTDataAssociation. 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)voidTComplexBehaviorDefinition. setCondition(TFormalExpression value)Sets the value of the condition property.voidTCorrelationPropertyBinding. setDataPath(TFormalExpression value)Sets the value of the dataPath property.voidTCorrelationPropertyRetrievalExpression. setMessagePath(TFormalExpression value)Sets the value of the messagePath property.voidTDataAssociation. setTransformation(TFormalExpression value)Sets the value of the transformation property. 
 -