Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.vinculum.processeditor.model.InArguments

Uses of InArguments in com.vinculum.processeditor.model
 

Fields in com.vinculum.processeditor.model declared as InArguments
private  InArguments ProcessFlowElement.inArguments
           
 

Methods in com.vinculum.processeditor.model that return InArguments
private  InArguments ProcessFlowElement.getInArguments()
           
 

Methods in com.vinculum.processeditor.model with parameters of type InArguments
private  void ProcessFlowElement.setInArguments(InArguments value)
           
 

Constructors in com.vinculum.processeditor.model with parameters of type InArguments
InArguments(org.eclipse.jdt.core.IMethod[] methods, int value, InArguments inArguments)