gnu.inet.ldap
Class AttributeValues

java.lang.Object
  extended by gnu.inet.ldap.AttributeValues
Direct Known Subclasses:
Modification

public class AttributeValues
extends java.lang.Object

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


Field Summary
protected  java.lang.String type
          The attribute type.
protected  java.util.Set values
          The values to assign.
 
Constructor Summary
AttributeValues(java.lang.String type, java.util.Set values)
          Constructor.
 
Method Summary
 java.lang.String getType()
           
 java.util.Set getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected final java.lang.String type
The attribute type.


values

protected final java.util.Set values
The values to assign.

Constructor Detail

AttributeValues

public AttributeValues(java.lang.String type,
                       java.util.Set values)
Constructor.

Parameters:
type - the attribute type
values - the values to assign
Method Detail

getType

public java.lang.String getType()
See Also:
type

getValues

public java.util.Set getValues()
See Also:
values