javax.naming.directory
public class BasicAttribute extends Object implements Attribute
Since: 1.3
UNKNOWN: June 20, 2001
| Field Summary | |
|---|---|
| protected String | attrID The ID of this attribute. |
| protected boolean | ordered True if this attribute's values are ordered. |
| protected Vector<Object> | values Values for this attribute. |
| Constructor Summary | |
|---|---|
| BasicAttribute(String id) | |
| BasicAttribute(String id, boolean ordered) | |
| BasicAttribute(String id, Object value) | |
| BasicAttribute(String id, Object value, boolean ordered) | |
| Method Summary | |
|---|---|
| void | add(int index, Object val) |
| boolean | add(Object val) |
| void | clear() |
| Object | clone() |
| boolean | contains(Object val) |
| boolean | equals(Object obj) |
| Object | get() |
| Object | get(int index) |
| NamingEnumeration<?> | getAll() |
| DirContext | getAttributeDefinition() |
| DirContext | getAttributeSyntaxDefinition() |
| String | getID() |
| int | hashCode() |
| boolean | isOrdered() |
| Object | remove(int index) |
| boolean | remove(Object val) |
| Object | set(int index, Object val) |
| int | size() |
| String | toString() |