Geen cache-versie.

Caching uitgeschakeld. Standaardinstelling voor deze pagina:ingeschakeld (code LNG204)
Als het scherm te langzaam is, kunt u de gebruikersmodus uitschakelen om de cacheversie te bekijken.
javax.naming.directory

Interface Attributes

    • Method Detail

      • isCaseIgnored

        boolean isCaseIgnored()
        Determines whether the attribute set ignores the case of attribute identifiers when retrieving or adding attributes.
        Returns:
        true if case is ignored; false otherwise.
      • size

        int size()
        Retrieves the number of attributes in the attribute set.
        Returns:
        The nonnegative number of attributes in this attribute set.
      • get

        Attribute get(String attrID)
        Retrieves the attribute with the given attribute id from the attribute set.
        Parameters:
        attrID - The non-null id of the attribute to retrieve. If this attribute set ignores the character case of its attribute ids, the case of attrID is ignored.
        Returns:
        The attribute identified by attrID; null if not found.
        See Also:
        put(java.lang.String, java.lang.Object), remove(java.lang.String)
      • getAll

        NamingEnumeration<? extends Attribute> getAll()
        Retrieves an enumeration of the attributes in the attribute set. The effects of updates to this attribute set on this enumeration are undefined.
        Returns:
        A non-null enumeration of the attributes in this attribute set. Each element of the enumeration is of class Attribute. If attribute set has zero attributes, an empty enumeration is returned.
      • getIDs

        NamingEnumeration<String> getIDs()
        Retrieves an enumeration of the ids of the attributes in the attribute set. The effects of updates to this attribute set on this enumeration are undefined.
        Returns:
        A non-null enumeration of the attributes' ids in this attribute set. Each element of the enumeration is of class String. If attribute set has zero attributes, an empty enumeration is returned.
      • put

        Attribute put(String attrID,
                    Object val)
        Adds a new attribute to the attribute set.
        Parameters:
        attrID - non-null The id of the attribute to add. If the attribute set ignores the character case of its attribute ids, the case of attrID is ignored.
        val - The possibly null value of the attribute to add. If null, the attribute does not have any values.
        Returns:
        The Attribute with attrID that was previous in this attribute set; null if no such attribute existed.
        See Also:
        remove(java.lang.String)
      • put

        Attribute put(Attribute attr)
        Adds a new attribute to the attribute set.
        Parameters:
        attr - The non-null attribute to add. If the attribute set ignores the character case of its attribute ids, the case of attr's identifier is ignored.
        Returns:
        The Attribute with the same ID as attr that was previous in this attribute set; null if no such attribute existed.
        See Also:
        remove(java.lang.String)
      • remove

        Attribute remove(String attrID)
        Removes the attribute with the attribute id 'attrID' from the attribute set. If the attribute does not exist, ignore.
        Parameters:
        attrID - The non-null id of the attribute to remove. If the attribute set ignores the character case of its attribute ids, the case of attrID is ignored.
        Returns:
        The Attribute with the same ID as attrID that was previous in the attribute set; null if no such attribute existed.
      • clone

        Object clone()
        Makes a copy of the attribute set. The new set contains the same attributes as the original set: the attributes are not themselves cloned. Changes to the copy will not affect the original and vice versa.
        Returns:
        A non-null copy of this attribute set.

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/naming/directory/attributes.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:fr Manuel PHP : https://docs.oracle.com

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.

Inhoudsopgave Haut