Package com.ibm.jbatch.container.jsl
Interface ExecutionElement
-
public interface ExecutionElementThis is a workaround to not having the ability to generate interfaces directly from JAXB
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()List<TransitionElement>getTransitionElements()
-
-
-
Method Detail
-
getId
String getId()
-
getTransitionElements
List<TransitionElement> getTransitionElements()
-
-