gnu.inet.ldap
Class AttributeValues
java.lang.Object
gnu.inet.ldap.AttributeValues
public class AttributeValues
extends java.lang.Object
An attribute type and set of values to associate with it.
protected String | type - The attribute type.
|
protected Set | values - The values to assign.
|
type
protected final String type
The attribute type.
values
protected final Set values
The values to assign.
AttributeValues
public AttributeValues(String type,
Set values)
Constructor.
type
- the attribute typevalues
- the values to assign
getType
public String getType()
getValues
public Set getValues()