Uses of Class
com.vidispine.generated.HighlighterType
-
-
Uses of HighlighterType in com.vidispine.generated
Fields in com.vidispine.generated declared as HighlighterType Modifier and Type Field Description protected HighlighterType
AnalyzeJobType. highlighter
protected HighlighterType
ComplexJobAnalyzeType. highlighter
Methods in com.vidispine.generated that return HighlighterType Modifier and Type Method Description HighlighterType
ObjectFactory. createHighlighterType()
Create an instance ofHighlighterType
HighlighterType
AnalyzeJobType. getHighlighter()
Gets the value of the highlighter property.HighlighterType
ComplexJobAnalyzeType. getHighlighter()
Gets the value of the highlighter property.HighlighterType
HighlighterType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
HighlighterType
HighlighterType. withModel(String value)
Methods in com.vidispine.generated with parameters of type HighlighterType Modifier and Type Method Description void
AnalyzeJobType. setHighlighter(HighlighterType value)
Sets the value of the highlighter property.void
ComplexJobAnalyzeType. setHighlighter(HighlighterType value)
Sets the value of the highlighter property.AnalyzeJobType
AnalyzeJobType. withHighlighter(HighlighterType value)
ComplexJobAnalyzeType
ComplexJobAnalyzeType. withHighlighter(HighlighterType value)
-