TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.util.java.filter
Interface FilterPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
FilterPackageImpl

public interface FilterPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
FilterFactory
Generated

Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static FilterPackage eINSTANCE
          The singleton instance of the package
static java.lang.String eNAME
          The package name
static java.lang.String eNS_PREFIX
          The package namespace name
static java.lang.String eNS_URI
          The package namespace URI
static int MODIFIER_FILTER
          The meta object id for the 'Modifier Filter' class
static int MODIFIER_FILTER__MODIFIERS
          The feature id for the 'Modifiers' attribute
static int MODIFIER_FILTER__NAME
          The feature id for the 'Name' attribute
static int MODIFIER_FILTER_FEATURE_COUNT
          The number of structural features of the the 'Modifier Filter' class
 
Method Summary
 FilterFactory getFilterFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EAttribute getModifierFilter_Modifiers()
          Returns the meta object for the attribute 'Modifiers'
 org.eclipse.emf.ecore.EClass getModifierFilter()
          Returns the meta object for class 'Modifier Filter'
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 

Field Detail

eNAME

public static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values
Generated

eNS_URI

public static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated

eNS_PREFIX

public static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated

eINSTANCE

public static final FilterPackage eINSTANCE
The singleton instance of the package.

Generated

MODIFIER_FILTER

public static final int MODIFIER_FILTER
The meta object id for the 'Modifier Filter' class.

See Also:
ModifierFilterImpl, FilterPackageImpl.getModifierFilter(), Constant Field Values
Generated

MODIFIER_FILTER__NAME

public static final int MODIFIER_FILTER__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

MODIFIER_FILTER__MODIFIERS

public static final int MODIFIER_FILTER__MODIFIERS
The feature id for the 'Modifiers' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

MODIFIER_FILTER_FEATURE_COUNT

public static final int MODIFIER_FILTER_FEATURE_COUNT
The number of structural features of the the 'Modifier Filter' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered
Method Detail

getModifierFilter

public org.eclipse.emf.ecore.EClass getModifierFilter()
Returns the meta object for class 'Modifier Filter'.

Returns:
the meta object for class 'Modifier Filter'.
See Also:
ModifierFilter
Generated

getModifierFilter_Modifiers

public org.eclipse.emf.ecore.EAttribute getModifierFilter_Modifiers()
Returns the meta object for the attribute 'Modifiers'.

Returns:
the meta object for the attribute 'Modifiers'.
See Also:
ModifierFilter.getModifiers(), getModifierFilter()
Generated

getFilterFactory

public FilterFactory getFilterFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated

TPTP 4.2.0 Platform Project
Public API Specification