g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.functions
Interface FunctionsPackage

All Known Implementing Classes:
FunctionsPackageImpl

public interface FunctionsPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
FunctionsFactory

Nested Class Summary
static interface FunctionsPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static int DOCUMENT_ROOT
          The meta object id for the 'Document Root' class
static int DOCUMENT_ROOT__LOOP
          The feature id for the 'Loop' containment reference
static int DOCUMENT_ROOT__MIXED
          The feature id for the 'Mixed' attribute list
static int DOCUMENT_ROOT__VALUES
          The feature id for the 'Values' containment reference
static int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
          The feature id for the 'XMLNS Prefix Map' map
static int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
          The feature id for the 'XSI Schema Location' map
static int DOCUMENT_ROOT_FEATURE_COUNT
          The number of structural features of the 'Document Root' class
static FunctionsPackage eINSTANCE
          The singleton instance of the package
static java.lang.String eNAME
          The package name
static java.lang.String eNS_PREFIX
          The package namespace name
static java.lang.String eNS_URI
          The package namespace URI
static int EXCEPTION_TYPE
          The meta object id for the 'Exception Type' class
static int EXCEPTION_TYPE__VALUE
          The feature id for the 'Value' attribute
static int EXCEPTION_TYPE_FEATURE_COUNT
          The number of structural features of the 'Exception Type' class
static int LOOP_TYPE
          The meta object id for the 'Loop Type' class
static int LOOP_TYPE__END
          The feature id for the 'End' attribute
static int LOOP_TYPE__EXCEPTION
          The feature id for the 'Exception' containment reference list
static int LOOP_TYPE__START
          The feature id for the 'Start' attribute
static int LOOP_TYPE__STEP
          The feature id for the 'Step' attribute
static int LOOP_TYPE_FEATURE_COUNT
          The number of structural features of the 'Loop Type' class
static int VALUES_TYPE
          The meta object id for the 'Values Type' class
static int VALUES_TYPE__VALUE
          The feature id for the 'Value' attribute list
static int VALUES_TYPE_FEATURE_COUNT
          The number of structural features of the 'Values Type' class
 
Method Summary
 EReference getDocumentRoot_Loop()
          Returns the meta object for the containment reference 'Loop'
 EAttribute getDocumentRoot_Mixed()
          Returns the meta object for the attribute list 'Mixed'
 EReference getDocumentRoot_Values()
          Returns the meta object for the containment reference 'Values'
 EReference getDocumentRoot_XMLNSPrefixMap()
          Returns the meta object for the map 'XMLNS Prefix Map'
 EReference getDocumentRoot_XSISchemaLocation()
          Returns the meta object for the map 'XSI Schema Location'
 EClass getDocumentRoot()
          Returns the meta object for class 'Document Root'
 EAttribute getExceptionType_Value()
          Returns the meta object for the attribute 'Value'
 EClass getExceptionType()
          Returns the meta object for class 'Exception Type'
 FunctionsFactory getFunctionsFactory()
          Returns the factory that creates the instances of the model
 EAttribute getLoopType_End()
          Returns the meta object for the attribute 'End'
 EReference getLoopType_Exception()
          Returns the meta object for the containment reference list 'Exception'
 EAttribute getLoopType_Start()
          Returns the meta object for the attribute 'Start'
 EAttribute getLoopType_Step()
          Returns the meta object for the attribute 'Step'
 EClass getLoopType()
          Returns the meta object for class 'Loop Type'
 EAttribute getValuesType_Value()
          Returns the meta object for the attribute list 'Value'
 EClass getValuesType()
          Returns the meta object for class 'Values Type'
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final FunctionsPackage eINSTANCE
The singleton instance of the package.


DOCUMENT_ROOT

static final int DOCUMENT_ROOT
The meta object id for the 'Document Root' class.

See Also:
DocumentRootImpl, FunctionsPackageImpl.getDocumentRoot(), Constant Field Values

DOCUMENT_ROOT__MIXED

static final int DOCUMENT_ROOT__MIXED
The feature id for the 'Mixed' attribute list.

See Also:
Constant Field Values

DOCUMENT_ROOT__XMLNS_PREFIX_MAP

static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The feature id for the 'XMLNS Prefix Map' map.

See Also:
Constant Field Values

DOCUMENT_ROOT__XSI_SCHEMA_LOCATION

static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The feature id for the 'XSI Schema Location' map.

See Also:
Constant Field Values

DOCUMENT_ROOT__LOOP

static final int DOCUMENT_ROOT__LOOP
The feature id for the 'Loop' containment reference.

See Also:
Constant Field Values

DOCUMENT_ROOT__VALUES

static final int DOCUMENT_ROOT__VALUES
The feature id for the 'Values' containment reference.

See Also:
Constant Field Values

DOCUMENT_ROOT_FEATURE_COUNT

static final int DOCUMENT_ROOT_FEATURE_COUNT
The number of structural features of the 'Document Root' class.

See Also:
Constant Field Values

EXCEPTION_TYPE

static final int EXCEPTION_TYPE
The meta object id for the 'Exception Type' class.

See Also:
ExceptionTypeImpl, FunctionsPackageImpl.getExceptionType(), Constant Field Values

EXCEPTION_TYPE__VALUE

static final int EXCEPTION_TYPE__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values

EXCEPTION_TYPE_FEATURE_COUNT

static final int EXCEPTION_TYPE_FEATURE_COUNT
The number of structural features of the 'Exception Type' class.

See Also:
Constant Field Values

LOOP_TYPE

static final int LOOP_TYPE
The meta object id for the 'Loop Type' class.

See Also:
LoopTypeImpl, FunctionsPackageImpl.getLoopType(), Constant Field Values

LOOP_TYPE__EXCEPTION

static final int LOOP_TYPE__EXCEPTION
The feature id for the 'Exception' containment reference list.

See Also:
Constant Field Values

LOOP_TYPE__END

static final int LOOP_TYPE__END
The feature id for the 'End' attribute.

See Also:
Constant Field Values

LOOP_TYPE__START

static final int LOOP_TYPE__START
The feature id for the 'Start' attribute.

See Also:
Constant Field Values

LOOP_TYPE__STEP

static final int LOOP_TYPE__STEP
The feature id for the 'Step' attribute.

See Also:
Constant Field Values

LOOP_TYPE_FEATURE_COUNT

static final int LOOP_TYPE_FEATURE_COUNT
The number of structural features of the 'Loop Type' class.

See Also:
Constant Field Values

VALUES_TYPE

static final int VALUES_TYPE
The meta object id for the 'Values Type' class.

See Also:
ValuesTypeImpl, FunctionsPackageImpl.getValuesType(), Constant Field Values

VALUES_TYPE__VALUE

static final int VALUES_TYPE__VALUE
The feature id for the 'Value' attribute list.

See Also:
Constant Field Values

VALUES_TYPE_FEATURE_COUNT

static final int VALUES_TYPE_FEATURE_COUNT
The number of structural features of the 'Values Type' class.

See Also:
Constant Field Values
Method Detail

getDocumentRoot

EClass getDocumentRoot()
Returns the meta object for class 'Document Root'.

Returns:
the meta object for class 'Document Root'.
See Also:
DocumentRoot

getDocumentRoot_Mixed

EAttribute getDocumentRoot_Mixed()
Returns the meta object for the attribute list 'Mixed'.

Returns:
the meta object for the attribute list 'Mixed'.
See Also:
DocumentRoot.getMixed(), getDocumentRoot()

getDocumentRoot_XMLNSPrefixMap

EReference getDocumentRoot_XMLNSPrefixMap()
Returns the meta object for the map 'XMLNS Prefix Map'.

Returns:
the meta object for the map 'XMLNS Prefix Map'.
See Also:
DocumentRoot.getXMLNSPrefixMap(), getDocumentRoot()

getDocumentRoot_XSISchemaLocation

EReference getDocumentRoot_XSISchemaLocation()
Returns the meta object for the map 'XSI Schema Location'.

Returns:
the meta object for the map 'XSI Schema Location'.
See Also:
DocumentRoot.getXSISchemaLocation(), getDocumentRoot()

getDocumentRoot_Loop

EReference getDocumentRoot_Loop()
Returns the meta object for the containment reference 'Loop'.

Returns:
the meta object for the containment reference 'Loop'.
See Also:
DocumentRoot.getLoop(), getDocumentRoot()

getDocumentRoot_Values

EReference getDocumentRoot_Values()
Returns the meta object for the containment reference 'Values'.

Returns:
the meta object for the containment reference 'Values'.
See Also:
DocumentRoot.getValues(), getDocumentRoot()

getExceptionType

EClass getExceptionType()
Returns the meta object for class 'Exception Type'.

Returns:
the meta object for class 'Exception Type'.
See Also:
ExceptionType

getExceptionType_Value

EAttribute getExceptionType_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
ExceptionType.getValue(), getExceptionType()

getLoopType

EClass getLoopType()
Returns the meta object for class 'Loop Type'.

Returns:
the meta object for class 'Loop Type'.
See Also:
LoopType

getLoopType_Exception

EReference getLoopType_Exception()
Returns the meta object for the containment reference list 'Exception'.

Returns:
the meta object for the containment reference list 'Exception'.
See Also:
LoopType.getException(), getLoopType()

getLoopType_End

EAttribute getLoopType_End()
Returns the meta object for the attribute 'End'.

Returns:
the meta object for the attribute 'End'.
See Also:
LoopType.getEnd(), getLoopType()

getLoopType_Start

EAttribute getLoopType_Start()
Returns the meta object for the attribute 'Start'.

Returns:
the meta object for the attribute 'Start'.
See Also:
LoopType.getStart(), getLoopType()

getLoopType_Step

EAttribute getLoopType_Step()
Returns the meta object for the attribute 'Step'.

Returns:
the meta object for the attribute 'Step'.
See Also:
LoopType.getStep(), getLoopType()

getValuesType

EClass getValuesType()
Returns the meta object for class 'Values Type'.

Returns:
the meta object for class 'Values Type'.
See Also:
ValuesType

getValuesType_Value

EAttribute getValuesType_Value()
Returns the meta object for the attribute list 'Value'.

Returns:
the meta object for the attribute list 'Value'.
See Also:
ValuesType.getValue(), getValuesType()

getFunctionsFactory

FunctionsFactory getFunctionsFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.

g-Eclipse
Release 1.0.0