Java javax.naming.directory BasicAttribute fields, constructors, methods, implement or subclass

Example usage for Java javax.naming.directory BasicAttribute fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.naming.directory BasicAttribute.

The text is from its open source code.

Constructor

BasicAttribute(String id, Object value)
Constructs a new instance of an unordered attribute with a single value.
BasicAttribute(String id, boolean ordered)
Constructs a new instance of a possibly ordered attribute with no value.
BasicAttribute(String id)
Constructs a new instance of an unordered attribute with no value.

Method

booleanadd(Object attrVal)
Adds a new value to this attribute.