Uses of Class
com.vidispine.generated.VXAStatus
-
-
Uses of VXAStatus in com.vidispine.generated
Fields in com.vidispine.generated declared as VXAStatus Modifier and Type Field Description protected VXAStatus
VXAType. status
protected VXAStatus
VXAVSInstanceType. status
Methods in com.vidispine.generated that return VXAStatus Modifier and Type Method Description static VXAStatus
VXAStatus. fromValue(String v)
VXAStatus
VXAType. getStatus()
Gets the value of the status property.VXAStatus
VXAVSInstanceType. getStatus()
Gets the value of the status property.static VXAStatus
VXAStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static VXAStatus[]
VXAStatus. 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 VXAStatus Modifier and Type Method Description void
VXAType. setStatus(VXAStatus value)
Sets the value of the status property.void
VXAVSInstanceType. setStatus(VXAStatus value)
Sets the value of the status property.VXAType
VXAType. withStatus(VXAStatus value)
VXAVSInstanceType
VXAVSInstanceType. withStatus(VXAStatus value)
-