Interface FCode


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

    • 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: