Uses of Enum Class
com.vidispine.generated.MetadataFieldIndexType
-
Uses of MetadataFieldIndexType in com.vidispine.generated
Fields in com.vidispine.generated declared as MetadataFieldIndexTypeMethods in com.vidispine.generated that return MetadataFieldIndexTypeModifier and TypeMethodDescriptionstatic MetadataFieldIndexType
Gets the enum associated to the value passed as parameter.MetadataFieldType.getIndex()
Gets the value of the index property.static MetadataFieldIndexType
Returns the enum constant of this class with the specified name.static MetadataFieldIndexType[]
MetadataFieldIndexType.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 MetadataFieldIndexTypeModifier and TypeMethodDescriptionvoid
MetadataFieldType.setIndex
(MetadataFieldIndexType value) Sets the value of the index property.MetadataFieldType.withIndex
(MetadataFieldIndexType value) Sets the value of the index property.