javax.naming.directory
Interface Attributes
- All Superinterfaces:
- Cloneable, Serializable
- All Known Implementing Classes:
- BasicAttributes
public interface Attributes
- extends Cloneable, Serializable
- Date:
- June 14, 2001
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 GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.