|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.jst.j2ee.ejb.AcknowledgeMode
Field Summary | |
---|---|
static int |
AUTO_ACKNOWLEDGE
|
static AcknowledgeMode |
AUTO_ACKNOWLEDGE_LITERAL
The 'Auto Acknowledge' literal object |
static int |
DUPS_OK_ACKNOWLEDGE
|
static AcknowledgeMode |
DUPS_OK_ACKNOWLEDGE_LITERAL
The 'Dups Ok Acknowledge' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Acknowledge Mode' enumerators |
Method Summary | |
---|---|
static AcknowledgeMode |
get(int value)
Returns the 'Acknowledge Mode' literal with the specified integer value |
static AcknowledgeMode |
get(java.lang.String literal)
Returns the 'Acknowledge Mode' literal with the specified literal value |
static AcknowledgeMode |
getByName(java.lang.String name)
Returns the 'Acknowledge Mode' literal with the specified name |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int AUTO_ACKNOWLEDGE
public static final int DUPS_OK_ACKNOWLEDGE
public static final AcknowledgeMode AUTO_ACKNOWLEDGE_LITERAL
If the meaning of 'Auto Acknowledge' literal object isn't clear, there really should be more of a description here...
AUTO_ACKNOWLEDGE
public static final AcknowledgeMode DUPS_OK_ACKNOWLEDGE_LITERAL
If the meaning of 'Dups Ok Acknowledge' literal object isn't clear, there really should be more of a description here...
TODO: generate correctly
public static final java.util.List VALUES
Method Detail |
public static AcknowledgeMode get(java.lang.String literal)
public static AcknowledgeMode getByName(java.lang.String name)
public static AcknowledgeMode get(int value)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |