com.prowidesoftware.swift.SchemeConstantsX Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pw-swift-core Show documentation
Show all versions of pw-swift-core Show documentation
Prowide Library for SWIFT messages
The newest version!
package com.prowidesoftware.swift;
import com.prowidesoftware.Generated;
/**
* Constants for qualifiers found in MTs starting with "X".
* WARNING: These constants are automatically generated from SRU information
* they may change without entering the formal Prowide Deprecation Policy
* http://www.prowidesoftware.com/resources/deprecation-policy
* @since 7.8.1
*
*
*/
@Generated
public interface SchemeConstantsX {
String XDTE = "XDTE";
String XCDT = "XCDT";
String XAMT = "XAMT";
String XBNS = "XBNS";
String XCPN = "XCPN";
String XDIV = "XDIV";
String XMET = "XMET";
String XRTS = "XRTS";
String XWAR = "XWAR";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy