Since static methods are not allowed in EJB. How would you recommend I
implement the "getPossibleRelationships()" method as shown below:


public class Company{

  public String getName();
  public Address getAddress();
  public String getRelationship();

  /* returns Customer, Vendor, Competitor, Other */
  public static String[] getPossibleRelationships();

}

Thanks,

Dave Ford

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to