TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.hyades.logging.adapter.model.internal.context
Interface ContextsType

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

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

A representation of the model object 'sType'.

The following features are supported:

See Also:
ContextPackage.getContextsType()
Generated
[EMF] Model
extendedMetaData="name='ContextsType' kind='elementOnly'"

Method Summary
 org.eclipse.emf.common.util.EList getContext()
          Returns the value of the 'Context' containment reference list.
 org.eclipse.emf.ecore.util.FeatureMap getGroup()
          Returns the value of the 'Group' 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:
ContextPackage.getContextsType_Group()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='group' name='group:0'"

getContext

org.eclipse.emf.common.util.EList getContext()
Returns the value of the 'Context' containment reference list. The list contents are of type ContextType.

If the meaning of the 'Context' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Context' containment reference list.
See Also:
ContextPackage.getContextsType_Context()
Generated
[EMF] Model
type="org.eclipse.hyades.logging.adapter.model.internal.context.ContextType" containment="true" required="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='Context' namespace='##targetNamespace' group='#group:0'"

TPTP 4.6.0 Platform Project
Internal API Specification