com.ebmwebsourcing.easybpmn.bpmn20.api.with
Interface WithDataInput

All Known Subinterfaces:
EndEvent, ImplicitThrowEvent, InputOutputSpecification, IntermediateThrowEvent, TEndEvent, ThrowEvent, TImplicitThrowEvent, TInputOutputSpecification, TIntermediateThrowEvent, TThrowEvent

public interface WithDataInput


Method Summary
 void addDataInput(DataInput d)
           
 DataInput[] getDataInput()
           
 boolean hasDataInput()
           
 void removeDataInput(DataInput d)
           
 void unsetDataInput()
           
 

Method Detail

getDataInput

DataInput[] getDataInput()

addDataInput

void addDataInput(DataInput d)

removeDataInput

void removeDataInput(DataInput d)

hasDataInput

boolean hasDataInput()

unsetDataInput

void unsetDataInput()


Copyright © 2011 Petals Link. All Rights Reserved.