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