Uses of Class
edu.harvard.fits.TechnicalMetadata
Packages that use TechnicalMetadata
-
Uses of TechnicalMetadata in edu.harvard.fits
Fields in edu.harvard.fits declared as TechnicalMetadataModifier and TypeFieldDescriptionprotected TechnicalMetadataMetadataType.audioprotected TechnicalMetadataMetadataType.containerprotected TechnicalMetadataMetadataType.documentprotected TechnicalMetadataMetadataType.imageprotected TechnicalMetadataMetadataType.textprotected TechnicalMetadataMetadataType.videoMethods in edu.harvard.fits that return TechnicalMetadataModifier and TypeMethodDescriptionObjectFactory.createTechnicalMetadata()Create an instance ofTechnicalMetadataMetadataType.getAudio()Gets the value of the audio property.MetadataType.getContainer()Gets the value of the container property.MetadataType.getDocument()Gets the value of the document property.MetadataType.getImage()Gets the value of the image property.MetadataType.getText()Gets the value of the text property.MetadataType.getVideo()Gets the value of the video property.Methods in edu.harvard.fits with parameters of type TechnicalMetadataModifier and TypeMethodDescriptionvoidMetadataType.setAudio(TechnicalMetadata value) Sets the value of the audio property.voidMetadataType.setContainer(TechnicalMetadata value) Sets the value of the container property.voidMetadataType.setDocument(TechnicalMetadata value) Sets the value of the document property.voidMetadataType.setImage(TechnicalMetadata value) Sets the value of the image property.voidMetadataType.setText(TechnicalMetadata value) Sets the value of the text property.voidMetadataType.setVideo(TechnicalMetadata value) Sets the value of the video property.