Uses of Class
com.vidispine.generated.WaveformDataType.Value
-
Uses of WaveformDataType.Value in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type WaveformDataType.ValueMethods in com.vidispine.generated that return WaveformDataType.ValueModifier and TypeMethodDescriptionObjectFactory.createWaveformDataTypeValue()
Create an instance ofWaveformDataType.Value
WaveformDataType.Value.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) WaveformDataType.Value.withChannel
(Integer value) Sets the value of the channel property.Adds objects to the list of Data using add methodWaveformDataType.Value.withData
(Collection<Double> values) Adds objects to the list of Data using addAll methodWaveformDataType.Value.withFileId
(String... values) Adds objects to the list of FileId using add methodWaveformDataType.Value.withFileId
(Collection<String> values) Adds objects to the list of FileId using addAll methodWaveformDataType.Value.withFilePath
(String... values) Adds objects to the list of FilePath using add methodWaveformDataType.Value.withFilePath
(Collection<String> values) Adds objects to the list of FilePath using addAll methodWaveformDataType.Value.withItemTrack
(String value) Sets the value of the itemTrack property.WaveformDataType.Value.withStream
(Integer value) Sets the value of the stream property.Methods in com.vidispine.generated that return types with arguments of type WaveformDataType.ValueModifier and TypeMethodDescriptionWaveformDataType.getValue()
Gets the value of the value property.Methods in com.vidispine.generated with parameters of type WaveformDataType.ValueModifier and TypeMethodDescriptionWaveformDataType.withValue
(WaveformDataType.Value... values) Adds objects to the list of Value using add methodMethod parameters in com.vidispine.generated with type arguments of type WaveformDataType.ValueModifier and TypeMethodDescriptionWaveformDataType.withValue
(Collection<WaveformDataType.Value> values) Adds objects to the list of Value using addAll method