Uses of Enum Class
com.vidispine.generated.JobTaskProgressTypeUnit
-
Uses of JobTaskProgressTypeUnit in com.vidispine.generated
Fields in com.vidispine.generated declared as JobTaskProgressTypeUnitMethods in com.vidispine.generated that return JobTaskProgressTypeUnitModifier and TypeMethodDescriptionstatic JobTaskProgressTypeUnit
Gets the enum associated to the value passed as parameter.JobTaskProgressType.getUnit()
Gets the value of the unit property.static JobTaskProgressTypeUnit
Returns the enum constant of this class with the specified name.static JobTaskProgressTypeUnit[]
JobTaskProgressTypeUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vidispine.generated with parameters of type JobTaskProgressTypeUnitModifier and TypeMethodDescriptionvoid
JobTaskProgressType.setUnit
(JobTaskProgressTypeUnit value) Sets the value of the unit property.JobTaskProgressType.withUnit
(JobTaskProgressTypeUnit value) Sets the value of the unit property.