com.hammurapi.config
Interface Constructor

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

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

A representation of the model object 'Constructor'. Constructor definition.

The following features are supported:

See Also:
ConfigPackage.getConstructor()

Method Summary
 org.eclipse.emf.common.util.EList<Factory> getArgument()
          Returns the value of the 'Argument' containment reference 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

getArgument

org.eclipse.emf.common.util.EList<Factory> getArgument()
Returns the value of the 'Argument' containment reference list. The list contents are of type Factory. Constructor arguments. Constructor shall have at least one argument because definition of a constructor with zero elements is equivalent to having no constructor definition.

Returns:
the value of the 'Argument' containment reference list.
See Also:
ConfigPackage.getConstructor_Argument()