public interface MessageDestinationRef extends ResourceGroup, Describable
| Modifier and Type | Field and Description |
|---|---|
static int |
USAGE_CONSUMES
Represents "Consumes" for
getUsageValue(). |
static int |
USAGE_CONSUMES_PRODUCES
Represents "ConsumesProduces" for
getUsageValue(). |
static int |
USAGE_PRODUCES
Represents "Produces" for
getUsageValue(). |
static int |
USAGE_UNSPECIFIED
Represents an unspecified value for
getUsageValue(). |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLink() |
java.lang.String |
getType() |
int |
getUsageValue() |
getLookupNamegetInjectionTargets, getMappedNamegetNamegetDescriptionsstatic final int USAGE_UNSPECIFIED
getUsageValue().static final int USAGE_CONSUMES
getUsageValue().org.eclipse.jst.j2ee.common.MessageDestinationUsageType#CONSUMES,
Constant Field Valuesstatic final int USAGE_PRODUCES
getUsageValue().org.eclipse.jst.j2ee.common.MessageDestinationUsageType#PRODUCES,
Constant Field Valuesstatic final int USAGE_CONSUMES_PRODUCES
getUsageValue().org.eclipse.jst.j2ee.common.MessageDestinationUsageType#CONSUMES_PRODUCES,
Constant Field Valuesjava.lang.String getType()
int getUsageValue()
USAGE_UNSPECIFIED if unspecified
USAGE_CONSUMES - Consumes
USAGE_PRODUCES - Produces
USAGE_CONSUMES_PRODUCES - ConsumesProducesjava.lang.String getLink()