Uses of Enum Class
com.vidispine.generated.MetadataModeType
-
Uses of MetadataModeType in com.vidispine.generated
Fields in com.vidispine.generated declared as MetadataModeTypeModifier and TypeFieldDescriptionprotected MetadataModeTypeMetadataFieldValueType.modeprotected MetadataModeTypeMetadataGroupValueType.modeprotected MetadataModeTypeMetadataValueType.modeMethods in com.vidispine.generated that return MetadataModeTypeModifier and TypeMethodDescriptionstatic MetadataModeTypeGets the enum associated to the value passed as parameter.MetadataFieldValueType.getMode()Gets the value of the mode property.MetadataGroupValueType.getMode()Gets the value of the mode property.MetadataValueType.getMode()Gets the value of the mode property.static MetadataModeTypeReturns the enum constant of this class with the specified name.static MetadataModeType[]MetadataModeType.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 MetadataModeTypeModifier and TypeMethodDescriptionvoidMetadataFieldValueType.setMode(MetadataModeType value) Sets the value of the mode property.voidMetadataGroupValueType.setMode(MetadataModeType value) Sets the value of the mode property.voidMetadataValueType.setMode(MetadataModeType value) Sets the value of the mode property.MetadataFieldValueType.withMode(MetadataModeType value) Sets the value of the mode property.MetadataGroupValueType.withMode(MetadataModeType value) Sets the value of the mode property.MetadataValueType.withMode(MetadataModeType value) Sets the value of the mode property.