|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.unboundid.ldap.sdk.schema.SchemaElement
@NotExtensible @ThreadSafety(level=INTERFACE_THREADSAFE) public abstract class SchemaElement
This class provides a superclass for all schema element types, and defines a number of utility methods that may be used when parsing schema element strings.
Constructor Summary | |
---|---|
SchemaElement()
|
Method Summary | |
---|---|
abstract boolean |
equals(java.lang.Object o)
Indicates whether the provided object is equal to this schema element. |
protected static boolean |
extensionsEqual(java.util.Map<java.lang.String,java.lang.String[]> m1,
java.util.Map<java.lang.String,java.lang.String[]> m2)
Indicates whether the two extension maps are equivalent. |
abstract int |
hashCode()
Retrieves a hash code for this schema element. |
abstract java.lang.String |
toString()
Retrieves a string representation of this schema element, in the format described in RFC 4512. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SchemaElement()
Method Detail |
---|
public abstract int hashCode()
hashCode
in class java.lang.Object
public abstract boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- The object for which to make the determination.
true
if the provided object may be considered equal to
this schema element, or false
if not.protected static boolean extensionsEqual(java.util.Map<java.lang.String,java.lang.String[]> m1, java.util.Map<java.lang.String,java.lang.String[]> m2)
m1
- The first schema element to examine.m2
- The second schema element to examine.
true
if the provided extension maps are equivalent, or
false
if not.public abstract java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |