KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > net > javacoding > jspider > api > model > EMailAddressReference


1 package net.javacoding.jspider.api.model;
2
3 /**
4  * $Id: EMailAddressReference.java,v 1.1 2003/04/08 15:50:26 vanrogu Exp $
5  */

6 public interface EMailAddressReference {
7
8     public FetchedResource getResource ( );
9
10     public EMailAddress getEMailAddress ( );
11
12     public int getCount ( );
13
14 }
15
Popular Tags