Uses of Class
com.vidispine.generated.JobType.CurrentStep
-
-
Uses of JobType.CurrentStep in com.vidispine.generated
Fields in com.vidispine.generated declared as JobType.CurrentStep Modifier and Type Field Description protected JobType.CurrentStep
JobType. currentStep
Methods in com.vidispine.generated that return JobType.CurrentStep Modifier and Type Method Description JobType.CurrentStep
ObjectFactory. createJobTypeCurrentStep()
Create an instance ofJobType.CurrentStep
JobType.CurrentStep
JobType. getCurrentStep()
Gets the value of the currentStep property.JobType.CurrentStep
JobType.CurrentStep. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
JobType.CurrentStep
JobType.CurrentStep. withDescription(String value)
JobType.CurrentStep
JobType.CurrentStep. withNumber(int value)
JobType.CurrentStep
JobType.CurrentStep. withStatus(String value)
Methods in com.vidispine.generated with parameters of type JobType.CurrentStep Modifier and Type Method Description void
JobType. setCurrentStep(JobType.CurrentStep value)
Sets the value of the currentStep property.JobType
JobType. withCurrentStep(JobType.CurrentStep value)
-