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