org.eclipse.gmf.codegen.gmfgen
Interface GenFeatureSeqInitializer

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

public interface GenFeatureSeqInitializer
extends GenElementInitializer

A representation of the model object 'Gen Feature Seq Initializer'. Feature sequence initializer

The following features are supported:

See Also:
GMFGenPackage.getGenFeatureSeqInitializer()

Method Summary
 GenReferenceNewElementSpec getCreatingInitializer()
          Returns the value of the 'Creating Initializer' container reference.
 org.eclipse.emf.codegen.ecore.genmodel.GenClass getElementClass()
          Returns the value of the 'Element Class' reference.
 org.eclipse.emf.common.util.EList<GenFeatureInitializer> getInitializers()
          Returns the value of the 'Initializers' containment reference list.
 void setElementClass(org.eclipse.emf.codegen.ecore.genmodel.GenClass value)
          Sets the value of the 'Element Class' reference.
 
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenElementInitializer
getTypeModelFacet
 
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

getInitializers

org.eclipse.emf.common.util.EList<GenFeatureInitializer> getInitializers()
Returns the value of the 'Initializers' containment reference list. The list contents are of type GenFeatureInitializer. It is bidirectional and its opposite is 'Feature Seq Initializer'. Value specifications as initializers for individual features which should be initialized in the order given by this list

Returns:
the value of the 'Initializers' containment reference list.
See Also:
GMFGenPackage.getGenFeatureSeqInitializer_Initializers(), GenFeatureInitializer.getFeatureSeqInitializer()

getElementClass

org.eclipse.emf.codegen.ecore.genmodel.GenClass getElementClass()
Returns the value of the 'Element Class' reference.

If the meaning of the 'Element Class' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Element Class' reference.
See Also:
setElementClass(GenClass), GMFGenPackage.getGenFeatureSeqInitializer_ElementClass()

setElementClass

void setElementClass(org.eclipse.emf.codegen.ecore.genmodel.GenClass value)
Sets the value of the 'Element Class' reference.

Parameters:
value - the new value of the 'Element Class' reference.
See Also:
getElementClass()

getCreatingInitializer

GenReferenceNewElementSpec getCreatingInitializer()
Returns the value of the 'Creating Initializer' container reference. It is bidirectional and its opposite is 'New Element Initializers'.

If the meaning of the 'Creating Initializer' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Creating Initializer' container reference.
See Also:
GMFGenPackage.getGenFeatureSeqInitializer_CreatingInitializer(), GenReferenceNewElementSpec.getNewElementInitializers()


Copyright © 2011. All Rights Reserved.