Package com.ptc.windchill.esi.ov
Class RuleMemberBean
java.lang.Object
com.ptc.windchill.esi.ov.RuleMemberBean
- All Implemented Interfaces:
com.ptc.windchill.esi.ov.RuleMemberBeanIfc
Bean to hold rule member data. This bean is used for holding all data related to rule members.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Constructor Summary
ConstructorsConstructorDescriptionRuleMemberBean(ExpressionMemberLink _expressionMemberLink, ChoiceRule _rule, Choice _choice, Option _option) Construct RuleMemberBean bean with Choice, Option, Rule and ExpressionMemberLink objects. -
Method Summary
-
Constructor Details
-
RuleMemberBean
public RuleMemberBean(ExpressionMemberLink _expressionMemberLink, ChoiceRule _rule, Choice _choice, Option _option) Construct RuleMemberBean bean with Choice, Option, Rule and ExpressionMemberLink objects.
Supported API: true- Parameters:
_expressionMemberLink- Link between Rule and Choice. In case of basic rules, this will be null. In that case, source choice is required. :_rule- : Choice Rule_choice- : Choice_option- : Option of participating Choice
-