gnu.inet.ldap

Class AttributeValues

Known Direct Subclasses:
Modification

public class AttributeValues
extends java.lang.Object

An attribute type and set of values to associate with it.

Field Summary

protected String
type
The attribute type.
protected Set
values
The values to assign.

Constructor Summary

AttributeValues(String type, Set values)
Constructor.

Method Summary

String
getType()
Set
getValues()

Field Details

type

protected final String type
The attribute type.

values

protected final Set values
The values to assign.

Constructor Details

AttributeValues

public AttributeValues(String type,
                       Set values)
Constructor.
Parameters:
type - the attribute type
values - the values to assign

Method Details

getType

public String getType()

getValues

public Set getValues()