|
JBoss Metadata Common 7.0.1.Final | |||||||||
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.ResourceReferenceMetaData
public class ResourceReferenceMetaData
ResourceReferenceMetaData.
Constructor Summary | |
---|---|
ResourceReferenceMetaData()
Create a new ResourceReferenceMetaData. |
Method Summary | |
---|---|
ResourceAuthorityType |
getResAuth()
Get the authority. |
String |
getResourceName()
Get the resourceName. |
String |
getResourceRefName()
Get the resourceRefName. |
ResourceSharingScopeType |
getResSharingScope()
Get the sharingScope. |
String |
getResUrl()
Get the resUrl. |
String |
getType()
Get the type. |
boolean |
isContainerAuth()
Get the containerAuth. |
boolean |
isShareable()
Get the isShareable. |
void |
setResAuth(ResourceAuthorityType authority)
Set the authority. |
void |
setResourceName(String resourceName)
Set the resourceName. |
void |
setResourceRefName(String resourceRefName)
Set the resourceRefName. |
void |
setResSharingScope(ResourceSharingScopeType sharingScope)
Set the sharingScope. |
void |
setResUrl(String resUrl)
Set the resUrl. |
void |
setType(String type)
Set the type. |
String |
toString()
|
Methods inherited from class org.jboss.metadata.javaee.support.ResourceInjectionMetaDataWithDescriptions |
---|
getDescriptions, setDescriptions |
Methods inherited from class org.jboss.metadata.javaee.spec.ResourceInjectionMetaData |
---|
getIgnoreDependency, getInjectionTargets, getJndiName, getLookupName, getMappedName, getName, getResolvedJndiName, isDependencyIgnored, setIgnoreDependency, setInjectionTargets, setJndiName, setLookupName, setMappedName, setResolvedJndiName |
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData |
---|
equals, getKey, hashCode, setName |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
---|
clone, getId, setId |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceReferenceMetaData()
Method Detail |
---|
public String getResourceRefName()
public void setResourceRefName(String resourceRefName)
resourceRefName
- the resourceRefName.
IllegalArgumentException
- for a null resourceRefNamepublic String getType()
public void setType(String type)
type
- the type.
IllegalArgumentException
- for a null typepublic ResourceAuthorityType getResAuth()
public void setResAuth(ResourceAuthorityType authority)
authority
- the authority.
IllegalArgumentException
- for a null authoritypublic boolean isContainerAuth()
public ResourceSharingScopeType getResSharingScope()
public void setResSharingScope(ResourceSharingScopeType sharingScope)
sharingScope
- the sharingScope.
IllegalArgumentException
- for a null sharingScopepublic boolean isShareable()
public String getResourceName()
public void setResourceName(String resourceName)
resourceName
- the resourceName.
IllegalArgumentException
- for a null resourceNamepublic String getResUrl()
public void setResUrl(String resUrl)
resUrl
- the resUrl.
IllegalArgumentException
- for a null resUrlpublic String toString()
toString
in class NamedMetaData
|
JBoss Metadata Common 7.0.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |