org.eclipse.jst.j2ee.webapplication
Interface URLPatternType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier

Deprecated. since 4/25/2003 use list on org.eclipse.jst.j2ee.internal.webapplication.WebResourceCollection

The following features are supported:

public interface URLPatternType
extends J2EEEObject

See Also:
WebapplicationPackage.getURLPatternType()

Method Summary
 WebResourceCollection getResCollection()
          Deprecated.  
 java.lang.String getUrlPattern()
          Deprecated.  
 void setResCollection(WebResourceCollection value)
          Deprecated.  
 void setUrlPattern(java.lang.String value)
          Deprecated.  
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getUrlPattern

java.lang.String getUrlPattern()
Deprecated. 
Returns:
The value of the UrlPattern attribute

setUrlPattern

void setUrlPattern(java.lang.String value)
Deprecated. 
Parameters:
value - The new value of the UrlPattern attribute

getResCollection

WebResourceCollection getResCollection()
Deprecated. 
Returns:
The ResCollection reference

setResCollection

void setResCollection(WebResourceCollection value)
Deprecated. 
Parameters:
value - The new value of the ResCollection reference