prowide/prowide-core

View on GitHub
src/generated/java/com/prowidesoftware/swift/SchemeConstantsH.java

Summary

Maintainability
A
50 mins
Test Coverage

package com.prowidesoftware.swift;

import com.prowidesoftware.Generated;


/**
 * Constants for qualifiers found in MTs starting with "H".
 * <em>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</em>
 * @since 7.8.1
 * 
 * 
 */
@Generated
public interface SchemeConstantsH {

    String HOLD = "HOLD";
    String HOLP = "HOLP";
    String HOLS = "HOLS";
    String HEAR = "HEAR";
    String HOST = "HOST";
    String HERM = "HERM";
    String HERR = "HERR";
    String HIST = "HIST";
    String HSVP = "HSVP";

}