com.ibm.jbatch.container.jsl
Interface ExecutionElement

All Known Implementing Classes:
Decision, Flow, Split, Step

public interface ExecutionElement

This is a workaround to not having the ability to generate interfaces directly from JAXB


Method Summary
 String getId()
           
 List<TransitionElement> getTransitionElements()
           
 

Method Detail

getId

String getId()

getTransitionElements

List<TransitionElement> getTransitionElements()


Copyright © 2013. All Rights Reserved.