public abstract class AbstractEJBReferenceMetaData extends ResourceInjectionMetaDataWithDescriptions
Constructor and Description |
---|
AbstractEJBReferenceMetaData()
Create a new EJBReferenceMetaData.
|
Modifier and Type | Method and Description |
---|---|
String |
getEjbRefName()
Get the ejbRefName.
|
EJBReferenceType |
getEjbRefType()
Get the type.
|
String |
getLink()
Get the link.
|
String |
getType()
Get the type.
|
void |
setEjbRefName(String ejbRefName)
Set the ejbRefName.
|
void |
setEjbRefType(EJBReferenceType type)
Set the type.
|
void |
setLink(String link)
Set the link.
|
getDescriptions, setDescriptions
getIgnoreDependency, getInjectionTargets, getJndiName, getLookupName, getMappedName, getName, getResolvedJndiName, isDependencyIgnored, setIgnoreDependency, setInjectionTargets, setJndiName, setLookupName, setMappedName, setResolvedJndiName
equals, getKey, hashCode, setName, toString
clone, getId, setId
public AbstractEJBReferenceMetaData()
public String getEjbRefName()
public void setEjbRefName(String ejbRefName)
ejbRefName
- the ejbRefName.IllegalArgumentException
- for a null ejbRefNamepublic EJBReferenceType getEjbRefType()
public void setEjbRefType(EJBReferenceType type)
type
- the type.IllegalArgumentException
- for a null typepublic String getType()
public String getLink()
public void setLink(String link)
link
- the link.IllegalArgumentException
- for a null linkCopyright © 2018 JBoss, a division of Red Hat, Inc.. All Rights Reserved.