Uses of Class
com.vidispine.generated.KeyValueType
-
-
Uses of KeyValueType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type KeyValueType Modifier and Type Field Description protected List<KeyValueType>
AnalyzePresetType. data
protected List<KeyValueType>
JobProblemType. data
Methods in com.vidispine.generated that return KeyValueType Modifier and Type Method Description KeyValueType
ObjectFactory. createKeyValueType()
Create an instance ofKeyValueType
KeyValueType
KeyValueType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
KeyValueType
KeyValueType. withKey(String value)
KeyValueType
KeyValueType. withValue(String value)
Methods in com.vidispine.generated that return types with arguments of type KeyValueType Modifier and Type Method Description List<KeyValueType>
AnalyzePresetType. getData()
Gets the value of the data property.List<KeyValueType>
JobProblemType. getData()
Gets the value of the data property.Methods in com.vidispine.generated with parameters of type KeyValueType Modifier and Type Method Description AnalyzePresetType
AnalyzePresetType. withData(KeyValueType... values)
JobProblemType
JobProblemType. withData(KeyValueType... values)
Method parameters in com.vidispine.generated with type arguments of type KeyValueType Modifier and Type Method Description AnalyzePresetType
AnalyzePresetType. withData(Collection<KeyValueType> values)
JobProblemType
JobProblemType. withData(Collection<KeyValueType> values)
-