public class ResourceRef extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
resourceNameOrJndiNameOrResUrl |
protected String |
resRefName |
| Constructor and Description |
|---|
ResourceRef() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getResourceNameOrJndiNameOrResUrl()
Gets the value of the resourceNameOrJndiNameOrResUrl property.
|
String |
getResRefName()
Gets the value of the resRefName property.
|
void |
setResRefName(String value)
Sets the value of the resRefName property.
|
protected String resRefName
public String getResRefName()
Stringpublic void setResRefName(String value)
value - allowed object is
Stringpublic List<Object> getResourceNameOrJndiNameOrResUrl()
set method for the resourceNameOrJndiNameOrResUrl property.
For example, to add a new item, do as follows:
getResourceNameOrJndiNameOrResUrl().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceName
JndiName
ResUrlCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.