org.eclipse.gmf.codegen.gmfgen
Interface TypeTabFilter

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

public interface TypeTabFilter
extends GenPropertyTabFilter

A representation of the model object 'Type Tab Filter'.

The following features are supported:

See Also:
GMFGenPackage.getTypeTabFilter()
Generated
Model Properties:

Method Summary
 org.eclipse.emf.common.util.EList<String> getAllTypes()
           
 org.eclipse.emf.common.util.EList<GeneratedType> getGeneratedTypes()
          Returns the value of the 'Generated Types' attribute list.
 org.eclipse.emf.common.util.EList<String> getTypes()
          Returns the value of the 'Types' attribute list.
 
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenPropertyTabFilter
getTab
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getTypes

org.eclipse.emf.common.util.EList<String> getTypes()
Returns the value of the 'Types' attribute list. The list contents are of type String.

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

Fully-qualified class names for selection to match

Returns:
the value of the 'Types' attribute list.
See Also:
GMFGenPackage.getTypeTabFilter_Types()
Generated
Model Properties:
required="true"

getGeneratedTypes

org.eclipse.emf.common.util.EList<GeneratedType> getGeneratedTypes()
Returns the value of the 'Generated Types' attribute list. The list contents are of type GeneratedType. The literals are from the enumeration GeneratedType.

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

Returns:
the value of the 'Generated Types' attribute list.
See Also:
GeneratedType, GMFGenPackage.getTypeTabFilter_GeneratedTypes()
Generated
Model Properties:

getAllTypes

org.eclipse.emf.common.util.EList<String> getAllTypes()

Generated
Model Properties:
kind="operation" required="true"


Copyright © 2012. All Rights Reserved.