g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.functions.impl
Class FunctionsPackageImpl

java.lang.Object
  extended by EPackageImpl
      extended by eu.geclipse.jsdl.model.functions.impl.FunctionsPackageImpl
All Implemented Interfaces:
FunctionsPackage

public class FunctionsPackageImpl
extends EPackageImpl
implements FunctionsPackage

An implementation of the model Package.


Nested Class Summary
 
Nested classes/interfaces inherited from interface eu.geclipse.jsdl.model.functions.FunctionsPackage
FunctionsPackage.Literals
 
Field Summary
 
Fields inherited from interface eu.geclipse.jsdl.model.functions.FunctionsPackage
DOCUMENT_ROOT, DOCUMENT_ROOT__LOOP, DOCUMENT_ROOT__MIXED, DOCUMENT_ROOT__VALUES, DOCUMENT_ROOT__XMLNS_PREFIX_MAP, DOCUMENT_ROOT__XSI_SCHEMA_LOCATION, DOCUMENT_ROOT_FEATURE_COUNT, eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, EXCEPTION_TYPE, EXCEPTION_TYPE__VALUE, EXCEPTION_TYPE_FEATURE_COUNT, LOOP_TYPE, LOOP_TYPE__END, LOOP_TYPE__EXCEPTION, LOOP_TYPE__START, LOOP_TYPE__STEP, LOOP_TYPE_FEATURE_COUNT, VALUES_TYPE, VALUES_TYPE__VALUE, VALUES_TYPE_FEATURE_COUNT
 
Method Summary
 void createPackageContents()
          Creates the meta-model objects for the package.
 EReference getDocumentRoot_Loop()
           
 EAttribute getDocumentRoot_Mixed()
           
 EReference getDocumentRoot_Values()
           
 EReference getDocumentRoot_XMLNSPrefixMap()
           
 EReference getDocumentRoot_XSISchemaLocation()
           
 EClass getDocumentRoot()
           
 EAttribute getExceptionType_Value()
           
 EClass getExceptionType()
           
 FunctionsFactory getFunctionsFactory()
           
 EAttribute getLoopType_End()
           
 EReference getLoopType_Exception()
           
 EAttribute getLoopType_Start()
           
 EAttribute getLoopType_Step()
           
 EClass getLoopType()
           
 EAttribute getValuesType_Value()
           
 EClass getValuesType()
           
static FunctionsPackage 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 FunctionsPackage 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:
FunctionsPackage.eNS_URI, createPackageContents(), initializePackageContents()

getDocumentRoot

public EClass getDocumentRoot()

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

getDocumentRoot_Mixed

public EAttribute getDocumentRoot_Mixed()

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

getDocumentRoot_XMLNSPrefixMap

public EReference getDocumentRoot_XMLNSPrefixMap()

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

getDocumentRoot_XSISchemaLocation

public EReference getDocumentRoot_XSISchemaLocation()

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

getDocumentRoot_Loop

public EReference getDocumentRoot_Loop()

Specified by:
getDocumentRoot_Loop in interface FunctionsPackage
Returns:
the meta object for the containment reference 'Loop'.
See Also:
DocumentRoot.getLoop(), FunctionsPackage.getDocumentRoot()

getDocumentRoot_Values

public EReference getDocumentRoot_Values()

Specified by:
getDocumentRoot_Values in interface FunctionsPackage
Returns:
the meta object for the containment reference 'Values'.
See Also:
DocumentRoot.getValues(), FunctionsPackage.getDocumentRoot()

getExceptionType

public EClass getExceptionType()

Specified by:
getExceptionType in interface FunctionsPackage
Returns:
the meta object for class 'Exception Type'.
See Also:
ExceptionType

getExceptionType_Value

public EAttribute getExceptionType_Value()

Specified by:
getExceptionType_Value in interface FunctionsPackage
Returns:
the meta object for the attribute 'Value'.
See Also:
ExceptionType.getValue(), FunctionsPackage.getExceptionType()

getLoopType

public EClass getLoopType()

Specified by:
getLoopType in interface FunctionsPackage
Returns:
the meta object for class 'Loop Type'.
See Also:
LoopType

getLoopType_Exception

public EReference getLoopType_Exception()

Specified by:
getLoopType_Exception in interface FunctionsPackage
Returns:
the meta object for the containment reference list 'Exception'.
See Also:
LoopType.getException(), FunctionsPackage.getLoopType()

getLoopType_End

public EAttribute getLoopType_End()

Specified by:
getLoopType_End in interface FunctionsPackage
Returns:
the meta object for the attribute 'End'.
See Also:
LoopType.getEnd(), FunctionsPackage.getLoopType()

getLoopType_Start

public EAttribute getLoopType_Start()

Specified by:
getLoopType_Start in interface FunctionsPackage
Returns:
the meta object for the attribute 'Start'.
See Also:
LoopType.getStart(), FunctionsPackage.getLoopType()

getLoopType_Step

public EAttribute getLoopType_Step()

Specified by:
getLoopType_Step in interface FunctionsPackage
Returns:
the meta object for the attribute 'Step'.
See Also:
LoopType.getStep(), FunctionsPackage.getLoopType()

getValuesType

public EClass getValuesType()

Specified by:
getValuesType in interface FunctionsPackage
Returns:
the meta object for class 'Values Type'.
See Also:
ValuesType

getValuesType_Value

public EAttribute getValuesType_Value()

Specified by:
getValuesType_Value in interface FunctionsPackage
Returns:
the meta object for the attribute list 'Value'.
See Also:
ValuesType.getValue(), FunctionsPackage.getValuesType()

getFunctionsFactory

public FunctionsFactory getFunctionsFactory()

Specified by:
getFunctionsFactory in interface FunctionsPackage
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