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 VXAStatusVXAType.statusprotected VXAStatusVXAVSInstanceType.statusMethods in com.vidispine.generated that return VXAStatusModifier and TypeMethodDescriptionstatic VXAStatusVXAType.getStatus()Gets the value of the status property.VXAVSInstanceType.getStatus()Gets the value of the status property.static VXAStatusReturns 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 TypeMethodDescriptionvoidSets the value of the status property.voidSets 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.