/[classpath]/classpath/javax/naming/directory/Attribute.java
ViewVC logotype

Diff of /classpath/javax/naming/directory/Attribute.java

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

revision 1.5.2.2 by gnu_andrew, Tue Aug 2 20:12:35 2005 UTC revision 1.5.2.3 by tromey, Sun Nov 27 18:28:18 2005 UTC
# Line 51  public interface Attribute extends Clone Line 51  public interface Attribute extends Clone
51  {  {
52    long serialVersionUID = 8707690322213556804L;    long serialVersionUID = 8707690322213556804L;
53    
54    NamingEnumeration getAll() throws NamingException;    NamingEnumeration<?> getAll() throws NamingException;
55    Object get() throws NamingException;    Object get() throws NamingException;
56    int size();    int size();
57    String getID();    String getID();

Legend:
Removed from v.1.5.2.2  
changed lines
  Added in v.1.5.2.3

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