| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2008 Sun Microsystems, Inc. |
| | | * Copyright 2008-2009 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package org.opends.server.admin; |
| | |
| | | |
| | | |
| | | |
| | | /** |
| | | * Visit an extensible matching rule property definition. |
| | | * |
| | | * @param pd |
| | | * The string property definition to visit. |
| | | * @param p |
| | | * A visitor specified parameter. |
| | | * @return Returns a visitor specified result. |
| | | */ |
| | | public R visitExtensibleMatchingRuleType( |
| | | ExtensibleMatchingRuleTypePropertyDefinition pd, P p) { |
| | | return visitUnknown(pd, p); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * Visit an unknown type of property definition. Implementations of |
| | | * this method can provide default behavior for unknown property |