org.ow2.bonita.facade.def.element.impl
Class TransitionRestrictionDefinitionImpl
java.lang.Object
org.ow2.bonita.facade.def.element.impl.TransitionRestrictionDefinitionImpl
- All Implemented Interfaces:
- java.io.Serializable, org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition
public class TransitionRestrictionDefinitionImpl
- extends java.lang.Object
- implements org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition |
org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition.JoinType, org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition.SplitType |
Field Summary |
protected org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition.JoinType |
joinType
|
protected java.util.Set<java.lang.String> |
splitTransitionRefIds
|
protected org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition.SplitType |
splitType
|
Method Summary |
org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition.JoinType |
getJoinType()
|
java.util.Set<java.lang.String> |
getSplitTransitionRefIds()
|
org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition.SplitType |
getSplitType()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
joinType
protected org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition.JoinType joinType
splitType
protected org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition.SplitType splitType
splitTransitionRefIds
protected java.util.Set<java.lang.String> splitTransitionRefIds
TransitionRestrictionDefinitionImpl
protected TransitionRestrictionDefinitionImpl()
TransitionRestrictionDefinitionImpl
public TransitionRestrictionDefinitionImpl(org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition.JoinType joinType,
org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition.SplitType splitType,
java.util.Set<java.lang.String> splitTransitionRefIds)
TransitionRestrictionDefinitionImpl
public TransitionRestrictionDefinitionImpl(org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition src)
getJoinType
public org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition.JoinType getJoinType()
- Specified by:
getJoinType
in interface org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition
getSplitType
public org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition.SplitType getSplitType()
- Specified by:
getSplitType
in interface org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition
getSplitTransitionRefIds
public java.util.Set<java.lang.String> getSplitTransitionRefIds()
- Specified by:
getSplitTransitionRefIds
in interface org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition
Copyright © 2009 OW2 Consortium. All Rights Reserved.