/[classpath]/inetlib/source/gnu/inet/ldap/AttributeValues.java
ViewVC logotype

Diff of /inetlib/source/gnu/inet/ldap/AttributeValues.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by dog, Thu Oct 21 15:21:55 2004 UTC revision 1.3 by dog, Thu Nov 25 22:15:05 2004 UTC
# Line 63  public class AttributeValues Line 63  public class AttributeValues
63     * @param type the attribute type     * @param type the attribute type
64     * @param values the values to assign     * @param values the values to assign
65     */     */
66    public AttributeValues (String type, Set values)    public AttributeValues(String type, Set values)
67    {    {
68      if (type == null)      if (type == null)
69        {        {
70          throw new NullPointerException ("type");          throw new NullPointerException("type");
71        }        }
72      this.type = type;      this.type = type;
73      this.values = values;      this.values = values;
# Line 76  public class AttributeValues Line 76  public class AttributeValues
76    /**    /**
77     * @see #type     * @see #type
78     */     */
79    public String getType ()    public String getType()
80    {    {
81      return type;      return type;
82    }    }
# Line 84  public class AttributeValues Line 84  public class AttributeValues
84    /**    /**
85     * @see #values     * @see #values
86     */     */
87    public Set getValues ()    public Set getValues()
88    {    {
89      return values;      return values;
90    }    }
91        
92  }  }
93    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26