Uses of Enum Class
com.vidispine.generated.StorageCriteriaType
-
Uses of StorageCriteriaType in com.vidispine.generated
Fields in com.vidispine.generated declared as StorageCriteriaTypeMethods in com.vidispine.generated that return StorageCriteriaTypeModifier and TypeMethodDescriptionstatic StorageCriteriaType
Gets the enum associated to the value passed as parameter.StorageRuleType.Priority.getValue()
Gets the value of the value property.static StorageCriteriaType
Returns the enum constant of this class with the specified name.static StorageCriteriaType[]
StorageCriteriaType.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 StorageCriteriaTypeModifier and TypeMethodDescriptionvoid
StorageRuleType.Priority.setValue
(StorageCriteriaType value) Sets the value of the value property.StorageRuleType.Priority.withValue
(StorageCriteriaType value) Sets the value of the value property.