Interface FCode


  • public interface FCode
    Defines constants related to FACC Code processing.
    Author:
    John Meagher
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String[] ALLOWED_FCODE_ATTRIBUTES
      Array of attributes the FACC Code information is allowed to be stored under.
      static List<String> ALLOWED_FCODE_ATTRIBUTES_LIST
      The ALLOWED_FCODE_ATTRIBUTES array in list form.
    • Field Detail

      • ALLOWED_FCODE_ATTRIBUTES

        static final String[] ALLOWED_FCODE_ATTRIBUTES
        Array of attributes the FACC Code information is allowed to be stored under. The default allowed attribute names are "f_code" and "facc". This can be be overridden using the system property "gt.vpf.allowedFCodeAttributes" with a comma separated list of the desired values.
      • ALLOWED_FCODE_ATTRIBUTES_LIST

        static final List<String> ALLOWED_FCODE_ATTRIBUTES_LIST
        The ALLOWED_FCODE_ATTRIBUTES array in list form.
        See Also:
        ALLOWED_FCODE_ATTRIBUTES