public interface ResourceRef extends ResourceGroup, Describable
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTH_APPLICATION
Represents "Application" for
getAuthValue(). |
static int |
AUTH_CONTAINER
Represents "Container" for
getAuthValue(). |
static int |
AUTH_UNSPECIFIED
Represents an unspecified value for
getAuthValue(). |
static int |
SHARING_SCOPE_SHAREABLE
Represents "Shareable" for
getSharingScopeValue(). |
static int |
SHARING_SCOPE_UNSHAREABLE
Represents "Unshareable" for
getSharingScopeValue(). |
static int |
SHARING_SCOPE_UNSPECIFIED
Represents an unspecified value for
getSharingScopeValue(). |
| Modifier and Type | Method and Description |
|---|---|
int |
getAuthValue() |
int |
getSharingScopeValue() |
java.lang.String |
getType() |
getLookupNamegetInjectionTargets, getMappedNamegetNamegetDescriptionsstatic final int AUTH_UNSPECIFIED
getAuthValue().static final int AUTH_CONTAINER
getAuthValue().org.eclipse.jst.j2ee.common.ResAuthTypeBase#CONTAINER,
Constant Field Valuesstatic final int AUTH_APPLICATION
getAuthValue().org.eclipse.jst.j2ee.common.ResAuthTypeBase#APPLICATION,
Constant Field Valuesstatic final int SHARING_SCOPE_UNSPECIFIED
getSharingScopeValue().static final int SHARING_SCOPE_SHAREABLE
getSharingScopeValue().org.eclipse.jst.j2ee.common.ResSharingScopeType#SHAREABLE,
Constant Field Valuesstatic final int SHARING_SCOPE_UNSHAREABLE
getSharingScopeValue().org.eclipse.jst.j2ee.common.ResSharingScopeType#UNSHAREABLE,
Constant Field Valuesjava.lang.String getType()
int getAuthValue()
AUTH_UNSPECIFIED if unspecified
AUTH_CONTAINER - Container
AUTH_APPLICATION - Application
int getSharingScopeValue()
SHARING_SCOPE_UNSPECIFIED if unspecified
SHARING_SCOPE_SHAREABLE - Shareable
SHARING_SCOPE_UNSHAREABLE - Unshareable