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