Enum Class DigitalMessageFormat

java.lang.Object
java.lang.Enum<DigitalMessageFormat>
edu.nps.moves.dis7.enumerations.DigitalMessageFormat
All Implemented Interfaces:
Serializable, Comparable<DigitalMessageFormat>, Constable

public enum DigitalMessageFormat extends Enum<DigitalMessageFormat>
This enum type is generated from XML, UID 582, marshal size 8; DigitalMessageFormat has 10 enumerations total.
See Also:
  • Enum Constant Details

    • BINARY_FILE

      public static final DigitalMessageFormat BINARY_FILE
      Binary File
    • VARIABLE_MESSAGE_FORMAT_VMF_K_SERIES_MESSAGE

      public static final DigitalMessageFormat VARIABLE_MESSAGE_FORMAT_VMF_K_SERIES_MESSAGE
      Variable Message Format (VMF) (K-series) message
    • NATIONAL_IMAGERY_TRANSMISSION_FORMAT_SYSTEM_NITFS

      public static final DigitalMessageFormat NATIONAL_IMAGERY_TRANSMISSION_FORMAT_SYSTEM_NITFS
      National Imagery Transmission Format System (NITFS)
    • FORWARDED_MESSAGE_FWD_MSG

      public static final DigitalMessageFormat FORWARDED_MESSAGE_FWD_MSG
      Forwarded Message (FWD MSG)
    • UNITED_STATES_MESSAGE_TEXT_FORMAT_USMTF

      public static final DigitalMessageFormat UNITED_STATES_MESSAGE_TEXT_FORMAT_USMTF
      United States Message Text Format (USMTF)
    • DOI_103

      public static final DigitalMessageFormat DOI_103
      DOI-103
    • EXTENSIBLE_MARKUP_LANGUAGE_XML_MESSAGE_TEXT_FORMAT_MTF

      public static final DigitalMessageFormat EXTENSIBLE_MARKUP_LANGUAGE_XML_MESSAGE_TEXT_FORMAT_MTF
      eXtensible Markup Language (XML) - Message Text Format (MTF)
    • EXTENSIBLE_MARKUP_LANGUAGE_XML_VARIABLE_MESSAGE_FORMAT_VMF

      public static final DigitalMessageFormat EXTENSIBLE_MARKUP_LANGUAGE_XML_VARIABLE_MESSAGE_FORMAT_VMF
      eXtensible Markup Language (XML) - Variable Message Format (VMF)
    • AFAPD

      public static final DigitalMessageFormat AFAPD
      AFAPD
  • Method Details