Java javax.naming.directory Attribute fields, constructors, methods, implement or subclass

Example usage for Java javax.naming.directory Attribute fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.naming.directory Attribute.

The text is from its open source code.

Method

booleanadd(Object attrVal)
Adds a new value to the attribute.
voidclear()
Removes all values from this attribute.
Objectclone()
Makes a copy of the attribute.
booleancontains(Object attrVal)
Determines whether a value is in the attribute.
booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
Objectget()
Retrieves one of this attribute's values.
Objectget(int ix)
Retrieves the attribute value from the ordered list of attribute values.
NamingEnumerationgetAll()
Retrieves an enumeration of the attribute's values.
DirContextgetAttributeDefinition()
Retrieves the attribute's schema definition.
StringgetID()
Retrieves the id of this attribute.
booleanisOrdered()
Determines whether this attribute's values are ordered.
booleanremove(Object attrval)
Removes a specified value from the attribute.
Objectremove(int ix)
Removes an attribute value from the ordered list of attribute values.
Objectset(int ix, Object attrVal)
Sets an attribute value in the ordered list of attribute values.
intsize()
Retrieves the number of values in this attribute.
StringtoString()
Returns a string representation of the object.