Oracle® Mail Java API Reference
10g Release 1 (10.1.1)

B14492-01

oracle.mail.ldap
Class ESDSObjectMetaData

java.lang.Object
  |
  +--oracle.mail.ldap.ESDSObjectMetaData

public final class ESDSObjectMetaData
extends java.lang.Object

This class provides the Attribute Definitions.


Constructor Summary
ESDSObjectMetaData(java.lang.String oid, java.lang.String name, java.util.Vector must, java.util.Vector may)
Constructor

Method Summary
java.util.Vector getObjectClassMandatoryAttribs()
Returns the names of the mandatory attributes of the object.
java.lang.String getObjectClassName()
Returns the name of the attribute.
java.lang.String getObjectClassOid()
Returns the oid of the attribute.
java.util.Vector getObjectClassOptionalAttribs()
Returns the names of the optional attributes of the object.
java.lang.String getSuperClass()
void setSuperClass(java.lang.String supClass)

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ESDSObjectMetaData

public ESDSObjectMetaData(java.lang.String oid,
                          java.lang.String name,
                          java.util.Vector must,
                          java.util.Vector may)
Constructor

Method Detail

getObjectClassName

public java.lang.String getObjectClassName()
Returns the name of the attribute.
Parameters:
void -
Returns:
String, the attribute name

getObjectClassOid

public java.lang.String getObjectClassOid()
Returns the oid of the attribute.
Parameters:
void -
Returns:
String, the attribute oid

getObjectClassOptionalAttribs

public java.util.Vector getObjectClassOptionalAttribs()
Returns the names of the optional attributes of the object.
Parameters:
void -
Returns:
the name of the optional attributes of the object

getObjectClassMandatoryAttribs

public java.util.Vector getObjectClassMandatoryAttribs()
Returns the names of the mandatory attributes of the object.
Parameters:
void -
Returns:
the name of the mandatory attributes of the object

getSuperClass

public java.lang.String getSuperClass()

setSuperClass

public void setSuperClass(java.lang.String supClass)

Oracle® Mail Java API Reference
10g Release 1 (10.1.1)

B14492-01

Copyright © 1988, 2005, Oracle. All rights reserved.