Uses of Class
com.vidispine.generated.SearchTargetType
-
-
Uses of SearchTargetType in com.vidispine.generated
Fields in com.vidispine.generated declared as SearchTargetType Modifier and Type Field Description protected SearchTargetType
SearchFieldType. target
Methods in com.vidispine.generated that return SearchTargetType Modifier and Type Method Description static SearchTargetType
SearchTargetType. fromValue(String v)
SearchTargetType
SearchFieldType. getTarget()
Gets the value of the target property.static SearchTargetType
SearchTargetType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchTargetType[]
SearchTargetType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vidispine.generated with parameters of type SearchTargetType Modifier and Type Method Description void
SearchFieldType. setTarget(SearchTargetType value)
Sets the value of the target property.SearchFieldType
SearchFieldType. withTarget(SearchTargetType value)
-