Uses of Enum Class
com.vidispine.generated.MetadataFieldTypeType
-
Uses of MetadataFieldTypeType in com.vidispine.generated
Fields in com.vidispine.generated declared as MetadataFieldTypeTypeMethods in com.vidispine.generated that return MetadataFieldTypeTypeModifier and TypeMethodDescriptionstatic MetadataFieldTypeType
Gets the enum associated to the value passed as parameter.MetadataFieldType.getType()
Gets the value of the type property.static MetadataFieldTypeType
Returns the enum constant of this class with the specified name.static MetadataFieldTypeType[]
MetadataFieldTypeType.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 MetadataFieldTypeTypeModifier and TypeMethodDescriptionvoid
MetadataFieldType.setType
(MetadataFieldTypeType value) Sets the value of the type property.MetadataFieldType.withType
(MetadataFieldTypeType value) Sets the value of the type property.