Uses of Class
org.processmining.exporting.bpel4ws.Component.Type

Packages that use Component.Type
org.processmining.exporting.bpel4ws   
 

Uses of Component.Type in org.processmining.exporting.bpel4ws
 

Fields in org.processmining.exporting.bpel4ws declared as Component.Type
 Component.Type Component.type
          The type of this component
 

Methods in org.processmining.exporting.bpel4ws 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.exporting.bpel4ws with parameters of type Component.Type
Component(Component.Type type, PetriNet wfnet, Activity activity, java.lang.String libraryComponentName, att.grappa.Node source, att.grappa.Node sink)
           
Component(Component.Type type, PetriNet wfnet, att.grappa.Node source, att.grappa.Node sink)