org.eclipse.gmf.codegen.gmfgen
Interface GenElementInitializer

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

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

A representation of the model object 'Gen Element Initializer'. Base class for initializers of domain model elements

The following features are supported:

See Also:
GMFGenPackage.getGenElementInitializer()
Generated
Model Properties:
interface="true" abstract="true"

Method Summary
 TypeModelFacet getTypeModelFacet()
          Returns the value of the 'Type Model Facet' reference.
 
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

getTypeModelFacet

TypeModelFacet getTypeModelFacet()
Returns the value of the 'Type Model Facet' reference. The type model facet whose domain model element is to be intialized by this initializer

Returns:
the value of the 'Type Model Facet' reference.
See Also:
GMFGenPackage.getGenElementInitializer_TypeModelFacet()
Generated
Model Properties:
required="true" transient="true" changeable="false" volatile="true"


Copyright © 2012. All Rights Reserved.