Uses of Class
com.vidispine.generated.KeyValueType
-
Uses of KeyValueType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type KeyValueTypeModifier and TypeFieldDescriptionprotected List<KeyValueType>
AnalyzePresetType.data
protected List<KeyValueType>
JobProblemType.data
Methods in com.vidispine.generated that return KeyValueTypeModifier and TypeMethodDescriptionObjectFactory.createKeyValueType()
Create an instance ofKeyValueType
KeyValueType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the key property.Sets the value of the value property.Methods in com.vidispine.generated that return types with arguments of type KeyValueTypeModifier and TypeMethodDescriptionAnalyzePresetType.getData()
Gets the value of the data property.JobProblemType.getData()
Gets the value of the data property.Methods in com.vidispine.generated with parameters of type KeyValueTypeModifier and TypeMethodDescriptionAnalyzePresetType.withData
(KeyValueType... values) Adds objects to the list of Data using add methodJobProblemType.withData
(KeyValueType... values) Adds objects to the list of Data using add methodMethod parameters in com.vidispine.generated with type arguments of type KeyValueTypeModifier and TypeMethodDescriptionAnalyzePresetType.withData
(Collection<KeyValueType> values) Adds objects to the list of Data using addAll methodJobProblemType.withData
(Collection<KeyValueType> values) Adds objects to the list of Data using addAll method