Interface NamedElement

All Known Implementing Classes:
AbstractNamedSchemaElement, AttributeType, DITContentRule, DITStructureRule, MatchingRule, MatchingRuleUse, NameForm, ObjectClass

public interface NamedElement
Interface for schema elements that have name identifiers.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the first name defined or null if no names are defined.
    Returns the names.
  • Method Details

    • getName

      String getName()
      Returns the first name defined or null if no names are defined.
      Returns:
      first name in the list
    • getNames

      String[] getNames()
      Returns the names.
      Returns:
      names