Class IDistributionSupportManager.SupportModeOptions

java.lang.Object
com.e1c.g5.v8.dt.library.distribution.IDistributionSupportManager.SupportModeOptions
Enclosing interface:
IDistributionSupportManager

public static class IDistributionSupportManager.SupportModeOptions extends Object
Support mode options.
  • Constructor Details

    • SupportModeOptions

      public SupportModeOptions(boolean parentMode, boolean supportMode, boolean nonSupportMode)
      Creates new options instance.
      Parameters:
      parentMode - the parent mode option, true if used, false otherwise
      supportMode - the support mode option, true if used, false otherwise
      nonSupportMode - the non support mode option, true if used, false otherwise
    • SupportModeOptions

      public SupportModeOptions(boolean parentMode, boolean parentModeWarning, boolean supportMode, boolean supportModeWarning, boolean nonSupportMode, boolean nonSupportModeWarning)
      Creates new options instance.
      Parameters:
      parentMode - the parent mode option, true if used, false otherwise
      parentModeWarning - the parent mode warning option, true if used, false otherwise
      supportMode - the support mode option, true if used, false otherwise
      supportModeWarning - the support mode warning option, true if used, false otherwise
      nonSupportMode - the non support mode option, true if used, false otherwise
      nonSupportModeWarning - the non support mode warning option, true if used, false otherwise
  • Method Details

    • isNonSupportMode

      public boolean isNonSupportMode()
      Returns non support mode option.
      Returns:
      the non support mode option, true if used, false otherwise
    • isNonSupportModeWarning

      public boolean isNonSupportModeWarning()
      Returns non support mode warning option.
      Returns:
      the non support mode warning option, true if used, false otherwise
    • isParentMode

      public boolean isParentMode()
      Returns parent mode option.
      Returns:
      the parent mode option, true if used, false otherwise
    • isParentModeWarning

      public boolean isParentModeWarning()
      Returns parent mode warning option.
      Returns:
      the parent mode warning option, true if used, false otherwise
    • isSupportMode

      public boolean isSupportMode()
      Returns support mode option.
      Returns:
      the support mode option, true if used, false otherwise
    • isSupportModeWarning

      public boolean isSupportModeWarning()
      Returns support mode warning option.
      Returns:
      the support mode warning option, true if used, false otherwise