From 8e2695ed04e4b447f4eaae96ef5104e22f96009b Mon Sep 17 00:00:00 2001
From: sin <sin@localhost>
Date: Tue, 21 Jul 2009 04:51:11 +0000
Subject: [PATCH] issue# 4120:Provide an implementation for enumeration syntax

---
 opendj-sdk/opends/src/server/org/opends/server/schema/SchemaConstants.java |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/schema/SchemaConstants.java b/opendj-sdk/opends/src/server/org/opends/server/schema/SchemaConstants.java
index 9e51258..118ac9a 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/schema/SchemaConstants.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/schema/SchemaConstants.java
@@ -667,6 +667,20 @@
 
 
   /**
+   * The name for the enumOrderingMatch ordering matching rule.
+   */
+  public static final String OMR_GENERIC_ENUM_NAME = "enumOrderingMatch";
+
+
+
+  /**
+   * The oid for the generic enum syntax ordering matching rule.
+   */
+  public static final String OMR_OID_GENERIC_ENUM="1.3.6.1.4.1.26027.1.4.8";
+
+
+
+  /**
    * The name for the caseExactSubstringsMatch substring matching rule.
    */
   public static final String SMR_CASE_EXACT_NAME = "caseExactSubstringsMatch";

--
Gitblit v1.10.0