| File was renamed from opends/tests/unit-tests-testng/src/server/org/opends/server/admin/server/TestParentCfg.java |
| | |
| | | * |
| | | * Portions Copyright 2007 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.admin.server; |
| | | package org.opends.server.admin; |
| | | |
| | | |
| | | |
| | | import org.opends.server.admin.Configuration; |
| | | import org.opends.server.admin.ManagedObjectDefinition; |
| | | |
| | | |
| | | |
| | |
| | | */ |
| | | ManagedObjectDefinition<? extends TestParentCfgClient, ? extends TestParentCfg> definition(); |
| | | |
| | | |
| | | |
| | | /** |
| | | * 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(); |
| | | } |