Uses of Class
com.vidispine.generated.MetadataModeType
-
-
Uses of MetadataModeType in com.vidispine.generated
Fields in com.vidispine.generated declared as MetadataModeType Modifier and Type Field Description protected MetadataModeType
MetadataFieldValueType. mode
protected MetadataModeType
MetadataGroupValueType. mode
protected MetadataModeType
MetadataValueType. mode
Methods in com.vidispine.generated that return MetadataModeType Modifier and Type Method Description static MetadataModeType
MetadataModeType. fromValue(String v)
MetadataModeType
MetadataFieldValueType. getMode()
Gets the value of the mode property.MetadataModeType
MetadataGroupValueType. getMode()
Gets the value of the mode property.MetadataModeType
MetadataValueType. getMode()
Gets the value of the mode property.static MetadataModeType
MetadataModeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MetadataModeType[]
MetadataModeType. 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 MetadataModeType Modifier and Type Method Description void
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
MetadataFieldValueType. withMode(MetadataModeType value)
MetadataGroupValueType
MetadataGroupValueType. withMode(MetadataModeType value)
MetadataValueType
MetadataValueType. withMode(MetadataModeType value)
-