aicas logoJamaica 3.2 release 62

javax.naming.directory
Interface Attributes

All Superinterfaces:
Cloneable, Serializable
All Known Implementing Classes:
BasicAttributes

public interface Attributes
extends Cloneable, Serializable

Date:
June 14, 2001

Method Summary
 Object clone()
           
 Attribute get(String attrID)
           
 NamingEnumeration getAll()
           
 NamingEnumeration getIDs()
           
 boolean isCaseIgnored()
           
 Attribute put(Attribute attr)
           
 Attribute put(String attrID, Object val)
           
 Attribute remove(String attrID)
           
 int size()
           
 

Method Detail

isCaseIgnored

boolean isCaseIgnored()

size

int size()

get

Attribute get(String attrID)

getAll

NamingEnumeration getAll()

getIDs

NamingEnumeration getIDs()

put

Attribute put(String attrID,
              Object val)

put

Attribute put(Attribute attr)

remove

Attribute remove(String attrID)

clone

Object clone()

aicas logoJamaica 3.2 release 62

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.