db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » identity » compare   (RSS)
  • enum and identity, I want to be able to use ==

    good morning, I have an interface IMorning : public interface IMorning { enum Mood {GOOD,BAD};   Mood getMood(); }    And I have the class Morning   public class Morning implements IMorning, Serializable { private static final long serialVersionUID = 5386061933351709956L;  private Mood mood;  Mood ...
    Posted to db4o User Forum (Forum) by huli on July 5, 2008