Uses of Class
com.vidispine.generated.JobType.CurrentStep
-
Uses of JobType.CurrentStep in com.vidispine.generated
Fields in com.vidispine.generated declared as JobType.CurrentStepMethods in com.vidispine.generated that return JobType.CurrentStepModifier and TypeMethodDescriptionObjectFactory.createJobTypeCurrentStep()
Create an instance ofJobType.CurrentStep
JobType.getCurrentStep()
Gets the value of the currentStep property.JobType.CurrentStep.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) JobType.CurrentStep.withDescription
(String value) Sets the value of the description property.JobType.CurrentStep.withNumber
(int value) Sets the value of the number property.JobType.CurrentStep.withStatus
(String value) Sets the value of the status property.Methods in com.vidispine.generated with parameters of type JobType.CurrentStepModifier and TypeMethodDescriptionvoid
JobType.setCurrentStep
(JobType.CurrentStep value) Sets the value of the currentStep property.JobType.withCurrentStep
(JobType.CurrentStep value) Sets the value of the currentStep property.