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