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

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

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

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

Methods in org.processmining.converting.wfnet2bpel4ws 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.wfnet2bpel4ws with parameters of type Component.Type
Component(Component.Type type, PetriNet wfnet)
           
Component(Component.Type type, PetriNet wfnet, Activity activity, java.lang.String libraryComponentName)