All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ldaptive.schema.SchemaElement Maven / Gradle / Ivy

There is a newer version: 2.3.2
Show newest version
/*
  $Id: SchemaElement.java 2894 2014-03-07 15:56:39Z dfisher $

  Copyright (C) 2003-2014 Virginia Tech.
  All rights reserved.

  SEE LICENSE FOR MORE INFORMATION

  Author:  Middleware Services
  Email:   [email protected]
  Version: $Revision: 2894 $
  Updated: $Date: 2014-03-07 10:56:39 -0500 (Fri, 07 Mar 2014) $
*/
package org.ldaptive.schema;

/**
 * Interface for schema elements.
 *
 * @author  Middleware Services
 * @version  $Revision: 2894 $ $Date: 2014-03-07 10:56:39 -0500 (Fri, 07 Mar 2014) $
 */
public interface SchemaElement
{


  /**
   * Returns this schema element as formatted string per RFC 4512.
   *
   * @return  formatted string
   */
  String format();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy