Uses of Enum Class
com.vidispine.generated.CollectionContentModeType
-
Uses of CollectionContentModeType in com.vidispine.generated
Fields in com.vidispine.generated declared as CollectionContentModeTypeMethods in com.vidispine.generated that return CollectionContentModeTypeModifier and TypeMethodDescriptionstatic CollectionContentModeType
Gets the enum associated to the value passed as parameter.CollectionContentType.getMode()
Gets the value of the mode property.static CollectionContentModeType
Returns the enum constant of this class with the specified name.static CollectionContentModeType[]
CollectionContentModeType.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 CollectionContentModeTypeModifier and TypeMethodDescriptionvoid
CollectionContentType.setMode
(CollectionContentModeType value) Sets the value of the mode property.CollectionContentType.withMode
(CollectionContentModeType value) Sets the value of the mode property.