Uses of Class
com.vidispine.generated.RelationType
-
-
Uses of RelationType in com.vidispine.generated
Fields in com.vidispine.generated declared as RelationType Modifier and Type Field Description protected RelationType
CollectionCriterionType. relation
Methods in com.vidispine.generated that return RelationType Modifier and Type Method Description static RelationType
RelationType. fromValue(String v)
RelationType
CollectionCriterionType. getRelation()
Gets the value of the relation property.static RelationType
RelationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RelationType[]
RelationType. 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 RelationType Modifier and Type Method Description void
CollectionCriterionType. setRelation(RelationType value)
Sets the value of the relation property.CollectionCriterionType
CollectionCriterionType. withRelation(RelationType value)
-