|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.NamedMetaData
org.jboss.metadata.javaee.spec.ResourceInjectionMetaData
org.jboss.metadata.javaee.support.ResourceInjectionMetaDataWithDescriptions
org.jboss.metadata.javaee.spec.MessageDestinationReferenceMetaData
public class MessageDestinationReferenceMetaData
MessageDestinationReferenceMetaData.
Constructor Summary | |
---|---|
MessageDestinationReferenceMetaData()
Create a new MessageDestinationReferenceMetaData. |
Method Summary | |
---|---|
String |
getLink()
Get the link. |
String |
getMessageDestinationRefName()
Get the messageDestinationRefName. |
MessageDestinationUsageType |
getMessageDestinationUsage()
Get the usage. |
String |
getType()
Get the type. |
MessageDestinationReferenceMetaData |
merge(MessageDestinationReferenceMetaData original)
Merge some metadata |
void |
merge(MessageDestinationReferenceMetaData override,
MessageDestinationReferenceMetaData original)
Merge the contents of override with original into this. |
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()
|
Methods inherited from class org.jboss.metadata.javaee.support.ResourceInjectionMetaDataWithDescriptions |
---|
getDescriptions, merge, setDescriptions |
Methods inherited from class org.jboss.metadata.javaee.spec.ResourceInjectionMetaData |
---|
getIgnoreDependency, getInjectionTargets, getJndiName, getMappedName, getName, getResolvedJndiName, isDependencyIgnored, merge, setIgnoreDependency, setInjectionTargets, setJndiName, setMappedName, setResolvedJndiName |
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData |
---|
equals, getKey, hashCode, merge, setName |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
---|
clone, getId, merge, merge, setId |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.metadata.javaee.support.MappableMetaData |
---|
getKey |
Constructor Detail |
---|
public MessageDestinationReferenceMetaData()
Method Detail |
---|
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 MessageDestinationReferenceMetaData merge(MessageDestinationReferenceMetaData original)
MergeableMetaData
merge
in interface MergeableMetaData<MessageDestinationReferenceMetaData>
original
- the original
public void merge(MessageDestinationReferenceMetaData override, MessageDestinationReferenceMetaData original)
override
- data which overrides originaloriginal
- the original datapublic String toString()
toString
in class NamedMetaData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |