Uses of Enum Class
com.vidispine.generated.OtifPluginType
-
Uses of OtifPluginType in com.vidispine.generated
Fields in com.vidispine.generated declared as OtifPluginTypeMethods in com.vidispine.generated that return OtifPluginTypeModifier and TypeMethodDescriptionstatic OtifPluginTypeGets the enum associated to the value passed as parameter.OtifTranscoderPluginType.getPluginType()Gets the value of the pluginType property.static OtifPluginTypeReturns the enum constant of this class with the specified name.static OtifPluginType[]OtifPluginType.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 OtifPluginTypeModifier and TypeMethodDescriptionvoidOtifTranscoderPluginType.setPluginType(OtifPluginType value) Sets the value of the pluginType property.OtifTranscoderPluginType.withPluginType(OtifPluginType value) Sets the value of the pluginType property.