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, setDescriptions
getIgnoreDependency, getInjectionTargets, getJndiName, getLookupName, getMappedName, getName, getResolvedJndiName, isDependencyIgnored, setIgnoreDependency, setInjectionTargets, setJndiName, setLookupName, setMappedName, setResolvedJndiName
equals, getKey, hashCode, setName
clone, getId, setId
public 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 NamedMetaData
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.