users@glassfish.java.net
Re: use of enum class in entity
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
] [
In reply to
] [
Next in thread
] [
Replies
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: <
glassfish_at_javadesktop.org
>
Date
: Mon, 27 Jul 2009 10:00:38 PDT
How about:
[code]
public enum MQAEnumState {
UNKNOWN,
ACTIVE,
IN_ACTIVE,
NEW_USER;
}
[/code]
You'll have to account for the UNKNOWN in your code though.
[Message sent by forum member 'culli' (culli)]
http://forums.java.net/jive/thread.jspa?messageID=357727
This message
: [
Message body
]
Next message
:
glassfish_at_javadesktop.org: "Re: Persistence Glassfish RESOURCE_LOCAL"
Previous message
:
Shreedhar Ganapathy: "[Fwd: [Community Leaders] 2009 3rd Quarter Maintenance Window - Friday August 7th at 7:00PM]"
In reply to
:
glassfish_at_javadesktop.org: "use of enum class in entity"
Next in thread
:
glassfish_at_javadesktop.org: "Re: use of enum class in entity"
Reply
:
glassfish_at_javadesktop.org: "Re: use of enum class in entity"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]