gnu.inet.ldap
Class AttributeValues
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected final java.lang.String type
- The attribute type.
values
protected final java.util.Set values
- The values to assign.
AttributeValues
public AttributeValues(java.lang.String type,
java.util.Set values)
- Constructor.
- Parameters:
type
- the attribute typevalues
- the values to assign
getType
public java.lang.String getType()
- See Also:
type
getValues
public java.util.Set getValues()
- See Also:
values