java.lang.Object
java.lang.Enum<MTI>
company.tap.commondependencies.Mada.StandardCodes.MTI
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<MTI>, java.lang.constant.Constable

public enum MTI
extends java.lang.Enum<MTI>
  • Enum Constant Details

    • NetworkManagementRequest

      public static final MTI NetworkManagementRequest
    • NetworkManagement

      public static final MTI NetworkManagement
    • AuthorizationRequest

      public static final MTI AuthorizationRequest
    • AuthorizationRequestResponse

      public static final MTI AuthorizationRequestResponse
    • AuthorizationAdvice

      public static final MTI AuthorizationAdvice
    • AuthorizationAdviceRepeat

      public static final MTI AuthorizationAdviceRepeat
    • AuthorizationAdviceResponse

      public static final MTI AuthorizationAdviceResponse
    • FinancialRequest

      public static final MTI FinancialRequest
    • FinancialRequestResponse

      public static final MTI FinancialRequestResponse
    • FinancialAdvice

      public static final MTI FinancialAdvice
    • FinancialAdviceRepeat

      public static final MTI FinancialAdviceRepeat
    • FinancialAdviceResponse

      public static final MTI FinancialAdviceResponse
    • ReversalAdvice

      public static final MTI ReversalAdvice
    • ReversalAdviceRepeat

      public static final MTI ReversalAdviceRepeat
    • ReversalAdviceResponse

      public static final MTI ReversalAdviceResponse
    • AdministrativeAdvice

      public static final MTI AdministrativeAdvice
    • AdministrativeAdviceRepeat

      public static final MTI AdministrativeAdviceRepeat
    • AdministrativeAdviceResponse

      public static final MTI AdministrativeAdviceResponse
    • AdministrativeAdviceNotification

      public static final MTI AdministrativeAdviceNotification
  • Method Details

    • values

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

      public static MTI valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
      java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
      java.lang.NullPointerException - if the argument is null
    • getCode

      public int getCode()
    • get

      public static java.lang.String get​(int abbreviation)