mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
28.31.2007 45359adc09ac1d9e48206c549e667ed6965c7cd3
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/TestChildCfg.java
@@ -51,4 +51,22 @@
   * @return Returns the value of the "heartbeat-interval" property.
   */
  long getHeartbeatInterval();
  /**
   * Get the "maximum-length" property.
   *
   * @return Returns the value of the "maximum-length" property.
   */
  int getMaximumLength();
  /**
   * Get the "minimum-length" property.
   *
   * @return Returns the value of the "minimum-length" property.
   */
  int getMinimumLength();
}