Enum Class ApplVerID

java.lang.Object
java.lang.Enum<ApplVerID>
com.epam.fix.message.constants.fix50sp2.enums.ApplVerID
All Implemented Interfaces:
EnumValue, Serializable, Comparable<ApplVerID>, Constable

public enum ApplVerID extends Enum<ApplVerID> implements EnumValue
  • Enum Constant Details

    • FIX27

      public static final ApplVerID FIX27
    • FIX30

      public static final ApplVerID FIX30
    • FIX40

      public static final ApplVerID FIX40
    • FIX41

      public static final ApplVerID FIX41
    • FIX42

      public static final ApplVerID FIX42
    • FIX43

      public static final ApplVerID FIX43
    • FIX44

      public static final ApplVerID FIX44
    • FIX50

      public static final ApplVerID FIX50
    • FIX50SP1

      public static final ApplVerID FIX50SP1
    • FIX50SP2

      public static final ApplVerID FIX50SP2
  • Method Details

    • values

      public static ApplVerID[] 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 ApplVerID 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
    • getValue

      public byte[] getValue()
      Specified by:
      getValue in interface EnumValue
    • equals

      public boolean equals(byte[] val, int offset, int length)
      Specified by:
      equals in interface EnumValue
    • equals

      public boolean equals(byte[] val)
      Specified by:
      equals in interface EnumValue