Uses of Enum Class
com.vidispine.generated.SearchTargetType
-
Uses of SearchTargetType in com.vidispine.generated
Fields in com.vidispine.generated declared as SearchTargetTypeMethods in com.vidispine.generated that return SearchTargetTypeModifier and TypeMethodDescriptionstatic SearchTargetType
Gets the enum associated to the value passed as parameter.SearchFieldType.getTarget()
Gets the value of the target property.static SearchTargetType
Returns the enum constant of this class with the specified name.static SearchTargetType[]
SearchTargetType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vidispine.generated with parameters of type SearchTargetTypeModifier and TypeMethodDescriptionvoid
SearchFieldType.setTarget
(SearchTargetType value) Sets the value of the target property.SearchFieldType.withTarget
(SearchTargetType value) Sets the value of the target property.