API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.naming.directory. Attributes View Source
Author(s)
Rosanna Lee
Scott Seligman
Since
1.3
Version
1.11 05/11/17
Serial
Hierarchy
 Cloneable
      Attributes
Subinterfaces
Description
public interface Attributes
  This interface represents a collection of attributes.
Methods
Hide/Show inherited methods
public Object clone ()
  Makes a copy of the attribute set.
public Attribute get (String attrID)
  Retrieves the attribute with the given attribute id from the attribute set.
public NamingEnumeration<Attribute> getAll ()
  Retrieves an enumeration of the attributes in the attribute set.
public NamingEnumeration<String> getIDs ()
  Retrieves an enumeration of the ids of the attributes in the attribute set.
public boolean isCaseIgnored ()
  Determines whether the attribute set ignores the case of attribute identifiers when retrieving or adding attributes.
public Attribute put (Attribute attr)
  Adds a new attribute to the attribute set.
public Attribute put (String attrID, Object val)
  Adds a new attribute to the attribute set.
public Attribute remove (String attrID)
  Removes the attribute with the attribute id 'attrID' from the attribute set.
public int size ()
  Retrieves the number of attributes in the attribute set.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar