BasicAttribute

Class 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