Uses of Class
org.processmining.converting.wfnet2bpel.Component.Type

Packages that use Component.Type
org.processmining.converting.wfnet2bpel   
 

Uses of Component.Type in org.processmining.converting.wfnet2bpel
 

Fields in org.processmining.converting.wfnet2bpel declared as Component.Type
 Component.Type Component.type
          The type of this component
 

Methods in org.processmining.converting.wfnet2bpel that return Component.Type
static Component.Type Component.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Component.Type[] Component.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.processmining.converting.wfnet2bpel with parameters of type Component.Type
Component(Component.Type type, PetriNet wfnet)
           
Component(Component.Type type, PetriNet wfnet, BPELActivity activity, java.lang.String libraryComponentName)