public class MessageDestinationReferenceMetaData extends ResourceInjectionMetaDataWithDescriptions
| Constructor and Description |
|---|
MessageDestinationReferenceMetaData()
Create a new MessageDestinationReferenceMetaData.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLink()
Get the link.
|
String |
getMessageDestinationRefName()
Get the messageDestinationRefName.
|
MessageDestinationUsageType |
getMessageDestinationUsage()
Get the usage.
|
String |
getType()
Get the type.
|
void |
setLink(String link)
Set the link.
|
void |
setMessageDestinationRefName(String messageDestinationRefName)
Set the messageDestinationRefName.
|
void |
setMessageDestinationUsage(MessageDestinationUsageType usage)
Set the usage.
|
void |
setType(String type)
Set the type.
|
String |
toString() |
getDescriptions, setDescriptionsgetIgnoreDependency, getInjectionTargets, getJndiName, getLookupName, getMappedName, getName, getResolvedJndiName, isDependencyIgnored, setIgnoreDependency, setInjectionTargets, setJndiName, setLookupName, setMappedName, setResolvedJndiNameequals, getKey, hashCode, setNameclone, getId, setIdpublic MessageDestinationReferenceMetaData()
public String getMessageDestinationRefName()
public void setMessageDestinationRefName(String messageDestinationRefName)
messageDestinationRefName - the messageDestinationRefName.IllegalArgumentException - for a null messageDestinationRefNamepublic String getType()
public void setType(String type)
type - the type.IllegalArgumentException - for a null typepublic MessageDestinationUsageType getMessageDestinationUsage()
public void setMessageDestinationUsage(MessageDestinationUsageType usage)
usage - the usage.IllegalArgumentException - for a null usagepublic String getLink()
public void setLink(String link)
link - the link.IllegalArgumentException - for a null linkpublic String toString()
toString in class NamedMetaDataCopyright © 2017 JBoss by Red Hat. All rights reserved.