Uses of Enum Class
com.vidispine.generated.VXAStatus
-
Uses of VXAStatus in com.vidispine.generated
Fields in com.vidispine.generated declared as VXAStatusModifier and TypeFieldDescriptionprotected VXAStatus
VXAType.status
protected VXAStatus
VXAVSInstanceType.status
Methods in com.vidispine.generated that return VXAStatusModifier and TypeMethodDescriptionstatic VXAStatus
VXAType.getStatus()
Gets the value of the status property.VXAVSInstanceType.getStatus()
Gets the value of the status property.static VXAStatus
Returns the enum constant of this class with the specified name.static VXAStatus[]
VXAStatus.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 VXAStatusModifier and TypeMethodDescriptionvoid
Sets the value of the status property.void
Sets the value of the status property.VXAType.withStatus
(VXAStatus value) Sets the value of the status property.VXAVSInstanceType.withStatus
(VXAStatus value) Sets the value of the status property.