Class StepParameters
-
- All Implemented Interfaces:
public class StepParameters
-
-
Constructor Summary
Constructors Constructor Description StepParameters(QName stepType, String stepName, Location location)
-
Method Summary
Modifier and Type Method Description final QName
getStepType()
final String
getStepName()
final Location
getLocation()
-
-
Method Detail
-
getStepType
final QName getStepType()
-
getStepName
final String getStepName()
-
getLocation
final Location getLocation()
-
-
-
-