BasicAttribute
Class BasicAttribute
- java.lang.Object
-
- javax.naming.directory.BasicAttribute
- All Implemented Interfaces:
- Serializable, Cloneable, Attribute
public class BasicAttribute extends Object implements Attribute
This class provides a basic implementation of the Attribute
interface.
This implementation does not support the schema methods getAttributeDefinition()
and getAttributeSyntaxDefinition()
. They simply throw OperationNotSupportedException
. Subclasses of BasicAttribute
should override these me