Qualifiers on objects to identify class
"Giaccone, Tony" <[email protected]>
| Newsgroups | gmane.comp.java.cayenne.user |
|---|---|
| Message-ID | <CABjUbzP8vn_=p78wAhyhSfFYim0EK26H1gXGpXuYxnyewffXCw@mail.gmail.com> |
Andrus, et al...
I have an accountType enum, which has one of three values. I want two
values to generate one type of class, and 1 value to identify a different
class in the entity class panel of the modeler
accountTypeStr = ("A" or "B")
for example, however, the modeler doesn't like that one bit. Is it possible
to do that?
Tony