Uses of Class
org.omg.spec.bpmn.model.TExpression
- 
Packages that use TExpression Package Description org.omg.spec.bpmn.model  - 
- 
Uses of TExpression in org.omg.spec.bpmn.model
Subclasses of TExpression in org.omg.spec.bpmn.model Modifier and Type Class Description classTFormalExpressionJava class for tFormalExpression complex type.Fields in org.omg.spec.bpmn.model declared as TExpression Modifier and Type Field Description protected TExpressionTComplexGateway. activationConditionprotected TExpressionTAdHocSubProcess. completionConditionprotected TExpressionTMultiInstanceLoopCharacteristics. completionConditionprotected TExpressionTConditionalEventDefinition. conditionprotected TExpressionTSequenceFlow. conditionExpressionprotected TExpressionTAssignment. fromprotected TExpressionTMultiInstanceLoopCharacteristics. loopCardinalityprotected TExpressionTStandardLoopCharacteristics. loopConditionprotected TExpressionTTimerEventDefinition. timeCycleprotected TExpressionTTimerEventDefinition. timeDateprotected TExpressionTTimerEventDefinition. timeDurationprotected TExpressionTAssignment. toFields in org.omg.spec.bpmn.model with type parameters of type TExpression Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends TExpression>TResourceAssignmentExpression. expressionprotected javax.xml.bind.JAXBElement<? extends TExpression>TResourceParameterBinding. expressionMethods in org.omg.spec.bpmn.model that return TExpression Modifier and Type Method Description TExpressionObjectFactory. createTExpression()Create an instance ofTExpressionTExpressionTComplexGateway. getActivationCondition()Gets the value of the activationCondition property.TExpressionTAdHocSubProcess. getCompletionCondition()Gets the value of the completionCondition property.TExpressionTMultiInstanceLoopCharacteristics. getCompletionCondition()Gets the value of the completionCondition property.TExpressionTConditionalEventDefinition. getCondition()Gets the value of the condition property.TExpressionTSequenceFlow. getConditionExpression()Gets the value of the conditionExpression property.TExpressionTAssignment. getFrom()Gets the value of the from property.TExpressionTMultiInstanceLoopCharacteristics. getLoopCardinality()Gets the value of the loopCardinality property.TExpressionTStandardLoopCharacteristics. getLoopCondition()Gets the value of the loopCondition property.TExpressionTTimerEventDefinition. getTimeCycle()Gets the value of the timeCycle property.TExpressionTTimerEventDefinition. getTimeDate()Gets the value of the timeDate property.TExpressionTTimerEventDefinition. getTimeDuration()Gets the value of the timeDuration property.TExpressionTAssignment. getTo()Gets the value of the to property.Methods in org.omg.spec.bpmn.model that return types with arguments of type TExpression Modifier and Type Method Description javax.xml.bind.JAXBElement<TExpression>ObjectFactory. createExpression(TExpression value)javax.xml.bind.JAXBElement<? extends TExpression>TResourceAssignmentExpression. getExpression()Gets the value of the expression property.javax.xml.bind.JAXBElement<? extends TExpression>TResourceParameterBinding. getExpression()Gets the value of the expression property.Methods in org.omg.spec.bpmn.model with parameters of type TExpression Modifier and Type Method Description javax.xml.bind.JAXBElement<TExpression>ObjectFactory. createExpression(TExpression value)voidTComplexGateway. setActivationCondition(TExpression value)Sets the value of the activationCondition property.voidTAdHocSubProcess. setCompletionCondition(TExpression value)Sets the value of the completionCondition property.voidTMultiInstanceLoopCharacteristics. setCompletionCondition(TExpression value)Sets the value of the completionCondition property.voidTConditionalEventDefinition. setCondition(TExpression value)Sets the value of the condition property.voidTSequenceFlow. setConditionExpression(TExpression value)Sets the value of the conditionExpression property.voidTAssignment. setFrom(TExpression value)Sets the value of the from property.voidTMultiInstanceLoopCharacteristics. setLoopCardinality(TExpression value)Sets the value of the loopCardinality property.voidTStandardLoopCharacteristics. setLoopCondition(TExpression value)Sets the value of the loopCondition property.voidTTimerEventDefinition. setTimeCycle(TExpression value)Sets the value of the timeCycle property.voidTTimerEventDefinition. setTimeDate(TExpression value)Sets the value of the timeDate property.voidTTimerEventDefinition. setTimeDuration(TExpression value)Sets the value of the timeDuration property.voidTAssignment. setTo(TExpression value)Sets the value of the to property.Method parameters in org.omg.spec.bpmn.model with type arguments of type TExpression Modifier and Type Method Description voidTResourceAssignmentExpression. setExpression(javax.xml.bind.JAXBElement<? extends TExpression> value)Sets the value of the expression property.voidTResourceParameterBinding. setExpression(javax.xml.bind.JAXBElement<? extends TExpression> value)Sets the value of the expression property. 
 -