/**
  * Returns the name of the object class which this name form applies to.
  *
  * @see <a href="../../../../api/com/novell/ldap/LDAPNameFormSchema.html#getObjectClass()">
  *     com.novell.ldap.LDAPNameFormSchema.getObjectClass()</a>
  */
 public String getObjectClass() {
   return schema.getObjectClass();
 }