Enum Class DICOMTag

java.lang.Object
java.lang.Enum<DICOMTag>
be.gaudry.model.file.meta.DICOMTag
All Implemented Interfaces:
PhotoMetaTag, com.thebuzzmedia.exiftool.Tag, Serializable, Comparable<DICOMTag>, Constable

public enum DICOMTag extends Enum<DICOMTag> implements PhotoMetaTag
DICOM Tags Enum used to pre-define a convenient list of tags that can be easily extracted from images using this class with an external install of ExifTool.
Author:
Steph GAUDRY
  • Enum Constant Details

    • TIMEZONE_OFFSET_FROM_UTC

      public static final DICOMTag TIMEZONE_OFFSET_FROM_UTC
  • Method Details

    • values

      public static DICOMTag[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DICOMTag valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • isWritable

      public boolean isWritable()
      Specified by:
      isWritable in interface PhotoMetaTag
    • getName

      public String getName()
      Specified by:
      getName in interface com.thebuzzmedia.exiftool.Tag
    • parse

      public <T> T parse(String value)
      Specified by:
      parse in interface com.thebuzzmedia.exiftool.Tag
    • getString

      public <T> String getString(T value)
    • getInnerType

      public String getInnerType()
      Specified by:
      getInnerType in interface PhotoMetaTag