Class Checki5OSPrimaryLanguageInstallRule

  • All Implemented Interfaces:
    Referenceable

    public final class Checki5OSPrimaryLanguageInstallRule
    extends Rule
    A i5OSPrimaryLanguageInstallCondition allows developers to compare one or more primary language settings with the primary language of a target i5/OS system. Any action to which this rule is assigned can be conditionally performed based on whether the primary language was matched on the target i5/OS system.
    • Constructor Detail

      • Checki5OSPrimaryLanguageInstallRule

        public Checki5OSPrimaryLanguageInstallRule()
    • Method Detail

      • setInstallOnList

        public void setInstallOnList​(java.util.Vector<java.lang.String> _installOnList)
        To set the list of primary languages that the rules will pass.
      • setDoNotInstallOnList

        public void setDoNotInstallOnList​(java.util.Vector<java.lang.String> _doNotInstallOnList)
        To set the list of primary languages that the rules will not pass.
      • getInstallOnList

        public java.util.Vector<java.lang.String> getInstallOnList()
        To get the list of primary languages that the rules will pass.
      • getDoNotInstallOnList

        public java.util.Vector<java.lang.String> getDoNotInstallOnList()
        To get the list of primary languages that the rules will not pass.