CanonMakerNotePackage
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.ExifDictionaryBasePackage, com.groupdocs.metadata.core.MakerNotePackage
public final class CanonMakerNotePackage extends MakerNotePackage
Represents CANON MakerNote metadata.
Methods
Method | Description |
---|---|
getCameraSettings() | Gets the camera settings. |
getCanonImageType() | Gets the Canon image type. |
getCanonFirmwareVersion() | Gets the canon firmware version. |
getFileNumber() | Gets the file number. |
getOwnerName() | Gets the name of the owner. |
getSerialNumber() | Gets the serial number. |
getCanonFileLength() | Gets the length of the canon file. |
getCanonModelID() | Gets the canon model identifier. |
getCameraSettings()
public final CanonCameraSettingsPackage getCameraSettings()
Gets the camera settings.
Returns: CanonCameraSettingsPackage - The camera settings.
getCanonImageType()
public final String getCanonImageType()
Gets the Canon image type.
Returns: java.lang.String - The Canon type of the image.
getCanonFirmwareVersion()
public final String getCanonFirmwareVersion()
Gets the canon firmware version.
Returns: java.lang.String - The canon firmware version.
getFileNumber()
public final Long getFileNumber()
Gets the file number.
Returns: java.lang.Long - The file number.
getOwnerName()
public final String getOwnerName()
Gets the name of the owner.
Returns: java.lang.String - The name of the owner.
getSerialNumber()
public final Long getSerialNumber()
Gets the serial number.
Returns: java.lang.Long - The serial number.
getCanonFileLength()
public final Long getCanonFileLength()
Gets the length of the canon file.
Returns: java.lang.Long - The length of the canon file.
getCanonModelID()
public final Long getCanonModelID()
Gets the canon model identifier.
Returns: java.lang.Long - The canon model identifier.