Package de.elo.ix.client
Class NavigationInfoC
java.lang.Object
de.elo.ix.client.NavigationInfoC
- All Implemented Interfaces:
Serializable
Constants class for the NavigationInfo class.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The minimum depth for tree walks.static final int
The overall limit for any visited element.static final int
The minimum amount of collected siblings.static final int
This constant is used to override the navigation limit. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
void
setMIN_NAV_DEPTH
(int MIN_NAV_DEPTH) void
setMIN_NAV_MAX_COUNT
(int MIN_NAV_MAX_COUNT) void
setMIN_NAV_SIBLINGS
(int MIN_NAV_SIBLINGS) void
setSKIP_NAV_LIMIT
(int SKIP_NAV_LIMIT)
-
Field Details
-
MIN_NAV_DEPTH
public static final int MIN_NAV_DEPTHThe minimum depth for tree walks.- See Also:
-
MIN_NAV_MAX_COUNT
public static final int MIN_NAV_MAX_COUNTThe overall limit for any visited element.- See Also:
-
MIN_NAV_SIBLINGS
public static final int MIN_NAV_SIBLINGSThe minimum amount of collected siblings.- See Also:
-
SKIP_NAV_LIMIT
public static final int SKIP_NAV_LIMITThis 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)
-