Uses of Class
com.vidispine.generated.JobTaskProgressTypeUnit
-
-
Uses of JobTaskProgressTypeUnit in com.vidispine.generated
Fields in com.vidispine.generated declared as JobTaskProgressTypeUnit Modifier and Type Field Description protected JobTaskProgressTypeUnit
JobTaskProgressType. unit
Methods in com.vidispine.generated that return JobTaskProgressTypeUnit Modifier and Type Method Description static JobTaskProgressTypeUnit
JobTaskProgressTypeUnit. fromValue(String v)
JobTaskProgressTypeUnit
JobTaskProgressType. getUnit()
Gets the value of the unit property.static JobTaskProgressTypeUnit
JobTaskProgressTypeUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobTaskProgressTypeUnit[]
JobTaskProgressTypeUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vidispine.generated with parameters of type JobTaskProgressTypeUnit Modifier and Type Method Description void
JobTaskProgressType. setUnit(JobTaskProgressTypeUnit value)
Sets the value of the unit property.JobTaskProgressType
JobTaskProgressType. withUnit(JobTaskProgressTypeUnit value)
-