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 class
TFormalExpression
Java class for tFormalExpression complex type.Fields in org.omg.spec.bpmn.model declared as TExpression Modifier and Type Field Description protected TExpression
TComplexGateway. activationCondition
protected TExpression
TAdHocSubProcess. completionCondition
protected TExpression
TMultiInstanceLoopCharacteristics. completionCondition
protected TExpression
TConditionalEventDefinition. condition
protected TExpression
TSequenceFlow. conditionExpression
protected TExpression
TAssignment. from
protected TExpression
TMultiInstanceLoopCharacteristics. loopCardinality
protected TExpression
TStandardLoopCharacteristics. loopCondition
protected TExpression
TTimerEventDefinition. timeCycle
protected TExpression
TTimerEventDefinition. timeDate
protected TExpression
TTimerEventDefinition. timeDuration
protected TExpression
TAssignment. to
Fields 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. expression
protected javax.xml.bind.JAXBElement<? extends TExpression>
TResourceParameterBinding. expression
Methods in org.omg.spec.bpmn.model that return TExpression Modifier and Type Method Description TExpression
ObjectFactory. createTExpression()
Create an instance ofTExpression
TExpression
TComplexGateway. getActivationCondition()
Gets the value of the activationCondition property.TExpression
TAdHocSubProcess. getCompletionCondition()
Gets the value of the completionCondition property.TExpression
TMultiInstanceLoopCharacteristics. getCompletionCondition()
Gets the value of the completionCondition property.TExpression
TConditionalEventDefinition. getCondition()
Gets the value of the condition property.TExpression
TSequenceFlow. getConditionExpression()
Gets the value of the conditionExpression property.TExpression
TAssignment. getFrom()
Gets the value of the from property.TExpression
TMultiInstanceLoopCharacteristics. getLoopCardinality()
Gets the value of the loopCardinality property.TExpression
TStandardLoopCharacteristics. getLoopCondition()
Gets the value of the loopCondition property.TExpression
TTimerEventDefinition. getTimeCycle()
Gets the value of the timeCycle property.TExpression
TTimerEventDefinition. getTimeDate()
Gets the value of the timeDate property.TExpression
TTimerEventDefinition. getTimeDuration()
Gets the value of the timeDuration property.TExpression
TAssignment. 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)
void
TComplexGateway. setActivationCondition(TExpression value)
Sets the value of the activationCondition property.void
TAdHocSubProcess. setCompletionCondition(TExpression value)
Sets the value of the completionCondition property.void
TMultiInstanceLoopCharacteristics. setCompletionCondition(TExpression value)
Sets the value of the completionCondition property.void
TConditionalEventDefinition. setCondition(TExpression value)
Sets the value of the condition property.void
TSequenceFlow. setConditionExpression(TExpression value)
Sets the value of the conditionExpression property.void
TAssignment. setFrom(TExpression value)
Sets the value of the from property.void
TMultiInstanceLoopCharacteristics. setLoopCardinality(TExpression value)
Sets the value of the loopCardinality property.void
TStandardLoopCharacteristics. setLoopCondition(TExpression value)
Sets the value of the loopCondition property.void
TTimerEventDefinition. setTimeCycle(TExpression value)
Sets the value of the timeCycle property.void
TTimerEventDefinition. setTimeDate(TExpression value)
Sets the value of the timeDate property.void
TTimerEventDefinition. setTimeDuration(TExpression value)
Sets the value of the timeDuration property.void
TAssignment. 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 void
TResourceAssignmentExpression. setExpression(javax.xml.bind.JAXBElement<? extends TExpression> value)
Sets the value of the expression property.void
TResourceParameterBinding. setExpression(javax.xml.bind.JAXBElement<? extends TExpression> value)
Sets the value of the expression property.
-