|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DestinationType | |
---|---|
org.eclipse.jst.j2ee.ejb | This package includes the enterprise bean module model api. |
Uses of DestinationType in org.eclipse.jst.j2ee.ejb |
---|
Fields in org.eclipse.jst.j2ee.ejb declared as DestinationType | |
---|---|
static DestinationType |
DestinationType.QUEUE_LITERAL
The 'Queue' literal object |
static DestinationType |
DestinationType.TOPIC_LITERAL
The 'Topic' literal object |
Methods in org.eclipse.jst.j2ee.ejb that return DestinationType | |
---|---|
static DestinationType |
DestinationType.get(int value)
Returns the 'Destination Type' literal with the specified integer value |
static DestinationType |
DestinationType.get(java.lang.String literal)
Returns the 'Destination Type' literal with the specified literal value |
static DestinationType |
DestinationType.getByName(java.lang.String name)
Returns the 'Destination Type' literal with the specified name |
DestinationType |
MessageDrivenDestination.getType()
|
Methods in org.eclipse.jst.j2ee.ejb with parameters of type DestinationType | |
---|---|
void |
MessageDrivenDestination.setType(DestinationType value)
Sets the value of the ' Type ' attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |