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