org.ow2.bonita.facade.def.element.impl
Class TransitionRestrictionDefImpl
java.lang.Object
org.ow2.bonita.facade.def.DefImpl
org.ow2.bonita.facade.def.element.impl.TransitionRestrictionDefImpl
- All Implemented Interfaces:
- TransitionRestrictionDef
public class TransitionRestrictionDefImpl
- extends DefImpl
- implements TransitionRestrictionDef
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
joinType
protected TransitionRestrictionDef.JoinType joinType
splitType
protected TransitionRestrictionDef.SplitType splitType
splitTransitionRefIds
protected java.util.Set<java.lang.String> splitTransitionRefIds
TransitionRestrictionDefImpl
protected TransitionRestrictionDefImpl()
TransitionRestrictionDefImpl
public TransitionRestrictionDefImpl(TransitionRestrictionDef.JoinType joinType,
TransitionRestrictionDef.SplitType splitType,
java.util.Set<java.lang.String> splitTransitionRefIds)
copy
public TransitionRestrictionDefImpl copy()
- Specified by:
copy
in class DefImpl
getJoinType
public TransitionRestrictionDef.JoinType getJoinType()
- Specified by:
getJoinType
in interface TransitionRestrictionDef
getSplitType
public TransitionRestrictionDef.SplitType getSplitType()
- Specified by:
getSplitType
in interface TransitionRestrictionDef
getSplitTransitionRefIds
public java.util.Set<java.lang.String> getSplitTransitionRefIds()
- Specified by:
getSplitTransitionRefIds
in interface TransitionRestrictionDef