TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.util.filter
Interface ResourceFilter

All Superinterfaces:
AbstractFilter, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ResourceFilterImpl

public interface ResourceFilter
extends AbstractFilter

A representation of the model object 'Resource Filter'.

The following features are supported:

See Also:
FilterPackage.getResourceFilter()

Method Summary
 java.lang.String getResourceName()
          Returns the value of the 'Resource Name' attribute.
 void setResourceName(java.lang.String value)
          Sets the value of the 'Resource Name' attribute.
 
Methods inherited from interface org.eclipse.tptp.platform.analysis.util.filter.AbstractFilter
getName, satisfies, setName
 
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

getResourceName

public java.lang.String getResourceName()
Returns the value of the 'Resource Name' attribute.

If the meaning of the 'Resource Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resource Name' attribute.
See Also:
setResourceName(String), FilterPackage.getResourceFilter_ResourceName()

setResourceName

public void setResourceName(java.lang.String value)
Sets the value of the 'Resource Name' attribute.

Parameters:
value - the new value of the 'Resource Name' attribute.
See Also:
getResourceName()

TPTP 4.1.0 Platform Project
Public API Specification