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