g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.sweep.impl
Class SweepPackageImpl

java.lang.Object
  extended by EPackageImpl
      extended by eu.geclipse.jsdl.model.sweep.impl.SweepPackageImpl
All Implemented Interfaces:
SweepPackage

public class SweepPackageImpl
extends EPackageImpl
implements SweepPackage

An implementation of the model Package.


Nested Class Summary
 
Nested classes/interfaces inherited from interface eu.geclipse.jsdl.model.sweep.SweepPackage
SweepPackage.Literals
 
Field Summary
 
Fields inherited from interface eu.geclipse.jsdl.model.sweep.SweepPackage
ASSIGNMENT_TYPE, ASSIGNMENT_TYPE__FUNCTION, ASSIGNMENT_TYPE__FUNCTION_GROUP, ASSIGNMENT_TYPE__PARAMETER, ASSIGNMENT_TYPE_FEATURE_COUNT, DOCUMENT_ROOT, DOCUMENT_ROOT__ASSIGNMENT, DOCUMENT_ROOT__FUNCTION, DOCUMENT_ROOT__MIXED, DOCUMENT_ROOT__PARAMETER, DOCUMENT_ROOT__SWEEP, DOCUMENT_ROOT__XMLNS_PREFIX_MAP, DOCUMENT_ROOT__XSI_SCHEMA_LOCATION, DOCUMENT_ROOT_FEATURE_COUNT, eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, SWEEP_TYPE, SWEEP_TYPE__ASSIGNMENT, SWEEP_TYPE__SWEEP, SWEEP_TYPE_FEATURE_COUNT
 
Method Summary
 void createPackageContents()
          Creates the meta-model objects for the package.
 EReference getAssignmentType_Function()
           
 EAttribute getAssignmentType_FunctionGroup()
           
 EAttribute getAssignmentType_Parameter()
           
 EClass getAssignmentType()
           
 EReference getDocumentRoot_Assignment()
           
 EReference getDocumentRoot_Function()
           
 EAttribute getDocumentRoot_Mixed()
           
 EAttribute getDocumentRoot_Parameter()
           
 EReference getDocumentRoot_Sweep()
           
 EReference getDocumentRoot_XMLNSPrefixMap()
           
 EReference getDocumentRoot_XSISchemaLocation()
           
 EClass getDocumentRoot()
           
 SweepFactory getSweepFactory()
           
 EReference getSweepType_Assignment()
           
 EReference getSweepType_Sweep()
           
 EClass getSweepType()
           
static SweepPackage init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 void initializePackageContents()
          Complete the initialization of the package and its meta-model.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static SweepPackage init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. Simple dependencies are satisfied by calling this method on all dependent packages before doing anything else. This method drives initialization for interdependent packages directly, in parallel with this package, itself.

Of this package and its interdependencies, all packages which have not yet been registered by their URI values are first created and registered. The packages are then initialized in two steps: meta-model objects for all of the packages are created before any are initialized, since one package's meta-model objects may refer to those of another.

Invocation of this method will not affect any packages that have already been initialized.

See Also:
SweepPackage.eNS_URI, createPackageContents(), initializePackageContents()

getAssignmentType

public EClass getAssignmentType()

Specified by:
getAssignmentType in interface SweepPackage
Returns:
the meta object for class 'Assignment Type'.
See Also:
AssignmentType

getAssignmentType_Parameter

public EAttribute getAssignmentType_Parameter()

Specified by:
getAssignmentType_Parameter in interface SweepPackage
Returns:
the meta object for the attribute list 'Parameter'.
See Also:
AssignmentType.getParameter(), SweepPackage.getAssignmentType()

getAssignmentType_FunctionGroup

public EAttribute getAssignmentType_FunctionGroup()

Specified by:
getAssignmentType_FunctionGroup in interface SweepPackage
Returns:
the meta object for the attribute list 'Function Group'.
See Also:
AssignmentType.getFunctionGroup(), SweepPackage.getAssignmentType()

getAssignmentType_Function

public EReference getAssignmentType_Function()

Specified by:
getAssignmentType_Function in interface SweepPackage
Returns:
the meta object for the containment reference 'Function'.
See Also:
AssignmentType.getFunction(), SweepPackage.getAssignmentType()

getDocumentRoot

public EClass getDocumentRoot()

Specified by:
getDocumentRoot in interface SweepPackage
Returns:
the meta object for class 'Document Root'.
See Also:
DocumentRoot

getDocumentRoot_Mixed

public EAttribute getDocumentRoot_Mixed()

Specified by:
getDocumentRoot_Mixed in interface SweepPackage
Returns:
the meta object for the attribute list 'Mixed'.
See Also:
DocumentRoot.getMixed(), SweepPackage.getDocumentRoot()

getDocumentRoot_XMLNSPrefixMap

public EReference getDocumentRoot_XMLNSPrefixMap()

Specified by:
getDocumentRoot_XMLNSPrefixMap in interface SweepPackage
Returns:
the meta object for the map 'XMLNS Prefix Map'.
See Also:
DocumentRoot.getXMLNSPrefixMap(), SweepPackage.getDocumentRoot()

getDocumentRoot_XSISchemaLocation

public EReference getDocumentRoot_XSISchemaLocation()

Specified by:
getDocumentRoot_XSISchemaLocation in interface SweepPackage
Returns:
the meta object for the map 'XSI Schema Location'.
See Also:
DocumentRoot.getXSISchemaLocation(), SweepPackage.getDocumentRoot()

getDocumentRoot_Assignment

public EReference getDocumentRoot_Assignment()

Specified by:
getDocumentRoot_Assignment in interface SweepPackage
Returns:
the meta object for the containment reference 'Assignment'.
See Also:
DocumentRoot.getAssignment(), SweepPackage.getDocumentRoot()

getDocumentRoot_Function

public EReference getDocumentRoot_Function()

Specified by:
getDocumentRoot_Function in interface SweepPackage
Returns:
the meta object for the containment reference 'Function'.
See Also:
DocumentRoot.getFunction(), SweepPackage.getDocumentRoot()

getDocumentRoot_Parameter

public EAttribute getDocumentRoot_Parameter()

Specified by:
getDocumentRoot_Parameter in interface SweepPackage
Returns:
the meta object for the attribute 'Parameter'.
See Also:
DocumentRoot.getParameter(), SweepPackage.getDocumentRoot()

getDocumentRoot_Sweep

public EReference getDocumentRoot_Sweep()

Specified by:
getDocumentRoot_Sweep in interface SweepPackage
Returns:
the meta object for the containment reference 'Sweep'.
See Also:
DocumentRoot.getSweep(), SweepPackage.getDocumentRoot()

getSweepType

public EClass getSweepType()

Specified by:
getSweepType in interface SweepPackage
Returns:
the meta object for class 'Type'.
See Also:
SweepType

getSweepType_Assignment

public EReference getSweepType_Assignment()

Specified by:
getSweepType_Assignment in interface SweepPackage
Returns:
the meta object for the containment reference list 'Assignment'.
See Also:
SweepType.getAssignment(), SweepPackage.getSweepType()

getSweepType_Sweep

public EReference getSweepType_Sweep()

Specified by:
getSweepType_Sweep in interface SweepPackage
Returns:
the meta object for the containment reference list 'Sweep'.
See Also:
SweepType.getSweep(), SweepPackage.getSweepType()

getSweepFactory

public SweepFactory getSweepFactory()

Specified by:
getSweepFactory in interface SweepPackage
Returns:
the factory that creates the instances of the model.

createPackageContents

public void createPackageContents()
Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.


initializePackageContents

public void initializePackageContents()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.


g-Eclipse
Release 1.0.0