Searched defs:BasicAttribute (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DBasicAttribute.java43 * Subclasses of <tt>BasicAttribute</tt> should override these methods if they
46 * The <tt>BasicAttribute</tt> class by default uses <tt>Object.equals()</tt> to
50 * Subclasses of <tt>BasicAttribute</tt> can make use of schema information
53 * Similarly, the <tt>BasicAttribute</tt> class by default returns the values passed to its
55 * Subclasses of <tt>BasicAttribute</tt> can override <tt>get()</tt> and <tt>getAll()</tt>
57 * the <tt>Attribute</tt> interface directly instead of subclassing <tt>BasicAttribute</tt>).
59 * Note that updates to <tt>BasicAttribute</tt> (such as adding or removing a value)
64 * A <tt>BasicAttribute</tt> instance is not synchronized against concurrent
66 * <tt>BasicAttribute</tt> should lock the object.
72 public class BasicAttribute implement class in inherits:Attribute
233 public BasicAttribute(String id) { method in class:BasicAttribute
244 public BasicAttribute(String id, Object value) { method in class:BasicAttribute
255 public BasicAttribute(String id, boolean ordered) { method in class:BasicAttribute
271 public BasicAttribute(String id, Object value, boolean ordered) { method in class:BasicAttribute
[all...]

Completed in 520 milliseconds