Uses of Class
com.vidispine.generated.JobTaskProgressType
-
Uses of JobTaskProgressType in com.vidispine.generated
Fields in com.vidispine.generated declared as JobTaskProgressTypeMethods in com.vidispine.generated that return JobTaskProgressTypeModifier and TypeMethodDescriptionObjectFactory.createJobTaskProgressType()
Create an instance ofJobTaskProgressType
JobTaskType.getProgress()
Gets the value of the progress property.JobTaskProgressType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) JobTaskProgressType.withTotal
(long value) Sets the value of the total property.JobTaskProgressType.withUnit
(JobTaskProgressTypeUnit value) Sets the value of the unit property.JobTaskProgressType.withValue
(BigDecimal value) Sets the value of the value property.Methods in com.vidispine.generated with parameters of type JobTaskProgressTypeModifier and TypeMethodDescriptionvoid
JobTaskType.setProgress
(JobTaskProgressType value) Sets the value of the progress property.JobTaskType.withProgress
(JobTaskProgressType value) Sets the value of the progress property.