Package com.uc4.api.objects
Class StepListItem
java.lang.Object
com.uc4.api.objects.StepListItem
Item in a Step List for OS/390 Jobs.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionStepListItem
(String name, String range, boolean ok) Creates a new item for the OS/390 Step List.protected
StepListItem
(Element element) -
Method Summary
-
Constructor Details
-
StepListItem
Creates a new item for the OS/390 Step List.- Parameters:
name
- Name of the steprange
- Return code assigned to the stepok
- Indicator for checking steps
-
StepListItem
-
-
Method Details
-
isOk
public boolean isOk()- Returns:
- Indicator for checking steps
-
getRange
- Returns:
- Return code assigned to the step
-
getStepName
- Returns:
- Name of the step
-
store
-