Class NavigationInfoC

java.lang.Object
de.elo.ix.client.NavigationInfoC
All Implemented Interfaces:
Serializable

public class NavigationInfoC extends Object implements Serializable
Constants class for the NavigationInfo class.

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • MIN_NAV_DEPTH

      public static final int MIN_NAV_DEPTH
      The minimum depth for tree walks.
      See Also:
    • MIN_NAV_MAX_COUNT

      public static final int MIN_NAV_MAX_COUNT
      The overall limit for any visited element.
      See Also:
    • MIN_NAV_SIBLINGS

      public static final int MIN_NAV_SIBLINGS
      The minimum amount of collected siblings.
      See Also:
    • SKIP_NAV_LIMIT

      public static final int SKIP_NAV_LIMIT
      This constant is used to override the navigation limit.
      See Also:
  • Constructor Details

    • NavigationInfoC

      public NavigationInfoC()
  • Method Details

    • getMIN_NAV_DEPTH

      public int getMIN_NAV_DEPTH()
    • setMIN_NAV_DEPTH

      public void setMIN_NAV_DEPTH(int MIN_NAV_DEPTH)
    • getMIN_NAV_MAX_COUNT

      public int getMIN_NAV_MAX_COUNT()
    • setMIN_NAV_MAX_COUNT

      public void setMIN_NAV_MAX_COUNT(int MIN_NAV_MAX_COUNT)
    • getMIN_NAV_SIBLINGS

      public int getMIN_NAV_SIBLINGS()
    • setMIN_NAV_SIBLINGS

      public void setMIN_NAV_SIBLINGS(int MIN_NAV_SIBLINGS)
    • getSKIP_NAV_LIMIT

      public int getSKIP_NAV_LIMIT()
    • setSKIP_NAV_LIMIT

      public void setSKIP_NAV_LIMIT(int SKIP_NAV_LIMIT)