com.novell.ldap.client
Class AttributeQualifier
java.lang.Object
com.novell.ldap.client.AttributeQualifier
- All Implemented Interfaces:
- java.io.Serializable
public class AttributeQualifier
- extends java.lang.Object
- implements java.io.Serializable
Encapsulates a qualifier in a Schema definition. Definitions that are not
in rfc2252. Begins with 'X-'
- See Also:
- Serialized Form
Field Summary |
(package private) java.lang.String |
name
|
(package private) java.util.ArrayList |
values
|
Method Summary |
java.lang.String |
getName()
|
java.lang.String[] |
getValues()
|
private void |
readObject(java.io.ObjectInputStream objectIStrm)
Reads the serialized object from the underlying input stream. |
private void |
writeObject(java.io.ObjectOutputStream objectOStrm)
Writes the object state to a stream in standard Default Binary format
This function wraps ObjectOutputStream' s defaultWriteObject() to write
the non-static and non-transient fields of the current class to the stream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
java.lang.String name
values
java.util.ArrayList values
AttributeQualifier
public AttributeQualifier(java.lang.String name,
java.lang.String[] value)
getName
public final java.lang.String getName()
getValues
public final java.lang.String[] getValues()
writeObject
private void writeObject(java.io.ObjectOutputStream objectOStrm)
throws java.io.IOException
- Writes the object state to a stream in standard Default Binary format
This function wraps ObjectOutputStream' s defaultWriteObject() to write
the non-static and non-transient fields of the current class to the stream
- Parameters:
objectOStrm
- The OutputSteam where the Object need to be written
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream objectIStrm)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reads the serialized object from the underlying input stream.
This function wraps ObjectInputStream's defaultReadObject() function
- Parameters:
objectIStrm
- InputStream used to recover those objects previously serialized.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
Copyright ? 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000