javax.naming.directory
public interface Attribute extends Cloneable, Serializable
UNKNOWN: June 14, 2001
| Field Summary | |
|---|---|
| long | serialVersionUID |
| Method Summary | |
|---|---|
| boolean | add(Object attrVal) |
| void | add(int ix, Object attrVal) |
| void | clear() |
| Object | clone() |
| boolean | contains(Object attrVal) |
| Object | get() |
| Object | get(int ix) |
| NamingEnumeration<?> | getAll() |
| DirContext | getAttributeDefinition() |
| DirContext | getAttributeSyntaxDefinition() |
| String | getID() |
| boolean | isOrdered() |
| boolean | remove(Object attrval) |
| Object | remove(int ix) |
| Object | set(int ix, Object attrVal) |
| int | size() |