Uses of Enum Class
com.vidispine.generated.RelationType
-
Uses of RelationType in com.vidispine.generated
Fields in com.vidispine.generated declared as RelationTypeMethods in com.vidispine.generated that return RelationTypeModifier and TypeMethodDescriptionstatic RelationTypeGets the enum associated to the value passed as parameter.CollectionCriterionType.getRelation()Gets the value of the relation property.static RelationTypeReturns the enum constant of this class with the specified name.static RelationType[]RelationType.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 RelationTypeModifier and TypeMethodDescriptionvoidCollectionCriterionType.setRelation(RelationType value) Sets the value of the relation property.CollectionCriterionType.withRelation(RelationType value) Sets the value of the relation property.