g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.functions
Interface FunctionsPackage.Literals

Enclosing interface:
FunctionsPackage

public static interface FunctionsPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass DOCUMENT_ROOT
          The meta object literal for the 'Document Root' class
static EReference DOCUMENT_ROOT__LOOP
          The meta object literal for the 'Loop' containment reference feature
static EAttribute DOCUMENT_ROOT__MIXED
          The meta object literal for the 'Mixed' attribute list feature
static EReference DOCUMENT_ROOT__VALUES
          The meta object literal for the 'Values' containment reference feature
static EReference DOCUMENT_ROOT__XMLNS_PREFIX_MAP
          The meta object literal for the 'XMLNS Prefix Map' map feature
static EReference DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
          The meta object literal for the 'XSI Schema Location' map feature
static EClass EXCEPTION_TYPE
          The meta object literal for the 'Exception Type' class
static EAttribute EXCEPTION_TYPE__VALUE
          The meta object literal for the 'Value' attribute feature
static EClass LOOP_TYPE
          The meta object literal for the 'Loop Type' class
static EAttribute LOOP_TYPE__END
          The meta object literal for the 'End' attribute feature
static EReference LOOP_TYPE__EXCEPTION
          The meta object literal for the 'Exception' containment reference list feature
static EAttribute LOOP_TYPE__START
          The meta object literal for the 'Start' attribute feature
static EAttribute LOOP_TYPE__STEP
          The meta object literal for the 'Step' attribute feature
static EClass VALUES_TYPE
          The meta object literal for the 'Values Type' class
static EAttribute VALUES_TYPE__VALUE
          The meta object literal for the 'Value' attribute list feature
 

Field Detail

DOCUMENT_ROOT

static final EClass DOCUMENT_ROOT
The meta object literal for the 'Document Root' class.

See Also:
DocumentRootImpl, FunctionsPackageImpl.getDocumentRoot()

DOCUMENT_ROOT__MIXED

static final EAttribute DOCUMENT_ROOT__MIXED
The meta object literal for the 'Mixed' attribute list feature.


DOCUMENT_ROOT__XMLNS_PREFIX_MAP

static final EReference DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The meta object literal for the 'XMLNS Prefix Map' map feature.


DOCUMENT_ROOT__XSI_SCHEMA_LOCATION

static final EReference DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The meta object literal for the 'XSI Schema Location' map feature.


DOCUMENT_ROOT__LOOP

static final EReference DOCUMENT_ROOT__LOOP
The meta object literal for the 'Loop' containment reference feature.


DOCUMENT_ROOT__VALUES

static final EReference DOCUMENT_ROOT__VALUES
The meta object literal for the 'Values' containment reference feature.


EXCEPTION_TYPE

static final EClass EXCEPTION_TYPE
The meta object literal for the 'Exception Type' class.

See Also:
ExceptionTypeImpl, FunctionsPackageImpl.getExceptionType()

EXCEPTION_TYPE__VALUE

static final EAttribute EXCEPTION_TYPE__VALUE
The meta object literal for the 'Value' attribute feature.


LOOP_TYPE

static final EClass LOOP_TYPE
The meta object literal for the 'Loop Type' class.

See Also:
LoopTypeImpl, FunctionsPackageImpl.getLoopType()

LOOP_TYPE__EXCEPTION

static final EReference LOOP_TYPE__EXCEPTION
The meta object literal for the 'Exception' containment reference list feature.


LOOP_TYPE__END

static final EAttribute LOOP_TYPE__END
The meta object literal for the 'End' attribute feature.


LOOP_TYPE__START

static final EAttribute LOOP_TYPE__START
The meta object literal for the 'Start' attribute feature.


LOOP_TYPE__STEP

static final EAttribute LOOP_TYPE__STEP
The meta object literal for the 'Step' attribute feature.


VALUES_TYPE

static final EClass VALUES_TYPE
The meta object literal for the 'Values Type' class.

See Also:
ValuesTypeImpl, FunctionsPackageImpl.getValuesType()

VALUES_TYPE__VALUE

static final EAttribute VALUES_TYPE__VALUE
The meta object literal for the 'Value' attribute list feature.


g-Eclipse
Release 1.0.0