Uses of Enum Class
com.vidispine.generated.MetadataModeType
-
Uses of MetadataModeType in com.vidispine.generated
Fields in com.vidispine.generated declared as MetadataModeTypeModifier and TypeFieldDescriptionprotected MetadataModeType
MetadataFieldValueType.mode
protected MetadataModeType
MetadataGroupValueType.mode
protected MetadataModeType
MetadataValueType.mode
Methods in com.vidispine.generated that return MetadataModeTypeModifier and TypeMethodDescriptionstatic MetadataModeType
Gets the enum associated to the value passed as parameter.MetadataFieldValueType.getMode()
Gets the value of the mode property.MetadataGroupValueType.getMode()
Gets the value of the mode property.MetadataValueType.getMode()
Gets the value of the mode property.static MetadataModeType
Returns the enum constant of this class with the specified name.static MetadataModeType[]
MetadataModeType.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 MetadataModeTypeModifier and TypeMethodDescriptionvoid
MetadataFieldValueType.setMode
(MetadataModeType value) Sets the value of the mode property.void
MetadataGroupValueType.setMode
(MetadataModeType value) Sets the value of the mode property.void
MetadataValueType.setMode
(MetadataModeType value) Sets the value of the mode property.MetadataFieldValueType.withMode
(MetadataModeType value) Sets the value of the mode property.MetadataGroupValueType.withMode
(MetadataModeType value) Sets the value of the mode property.MetadataValueType.withMode
(MetadataModeType value) Sets the value of the mode property.