TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.logging.adapter.model.internal.filter
Interface PathExpressionType

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

public interface PathExpressionType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Path Expression Type'. pathExpressionType gives a definition for a sequence of string nodes that represents a path name for an object.

The following features are supported:

See Also:
FilterPackage.getPathExpressionType()
Generated
[EMF] Model
extendedMetaData="name='pathExpressionType' kind='elementOnly'"

Method Summary
 org.eclipse.emf.ecore.util.FeatureMap getGroup()
          Returns the value of the 'Group' attribute list.
 org.eclipse.emf.common.util.EList getNode()
          Returns the value of the 'Node' attribute list.
 
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

getGroup

org.eclipse.emf.ecore.util.FeatureMap getGroup()
Returns the value of the 'Group' attribute list. The list contents are of type FeatureMap.Entry.

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

Returns:
the value of the 'Group' attribute list.
See Also:
FilterPackage.getPathExpressionType_Group()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='group' name='group:0'"

getNode

org.eclipse.emf.common.util.EList getNode()
Returns the value of the 'Node' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Node' attribute list.
See Also:
FilterPackage.getPathExpressionType_Node()
Generated
[EMF] Model
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='node' group='#group:0'"

TPTP 4.5.0 Platform Project
Internal API Specification