org.apache.tuscany.sdo.model.java.impl
Interface JavaPackageImpl.Literals

Enclosing class:
JavaPackageImpl

public static interface JavaPackageImpl.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EDataType BOOLEAN_OBJECT
          The meta object literal for the 'Boolean Object' data type.
static org.eclipse.emf.ecore.EDataType BYTE_OBJECT
          The meta object literal for the 'Byte Object' data type.
static org.eclipse.emf.ecore.EDataType CHARACTER_OBJECT
          The meta object literal for the 'Character Object' data type.
static org.eclipse.emf.ecore.EClass DOCUMENT_ROOT
          The meta object literal for the 'Document Root' class.
static org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__EXTENDED_INSTANCE_CLASS
          The meta object literal for the 'Extended Instance Class' attribute feature.
static org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__INSTANCE_CLASS
          The meta object literal for the 'Instance Class' attribute feature.
static org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__JAVA_CLASS
          The meta object literal for the 'Java Class' attribute feature.
static org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__MIXED
          The meta object literal for the 'Mixed' attribute list feature.
static org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__NESTED_INTERFACES
          The meta object literal for the 'Nested Interfaces' attribute feature.
static org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__PACKAGE
          The meta object literal for the 'Package' attribute feature.
static org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__XMLNS_PREFIX_MAP
          The meta object literal for the 'XMLNS Prefix Map' map feature.
static org.eclipse.emf.ecore.EReference DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
          The meta object literal for the 'XSI Schema Location' map feature.
static org.eclipse.emf.ecore.EDataType DOUBLE_OBJECT
          The meta object literal for the 'Double Object' data type.
static org.eclipse.emf.ecore.EDataType FLOAT_OBJECT
          The meta object literal for the 'Float Object' data type.
static org.eclipse.emf.ecore.EDataType INT_OBJECT
          The meta object literal for the 'Int Object' data type.
static org.eclipse.emf.ecore.EClass JAVA_INFO
          The meta object literal for the 'Info' class.
static org.eclipse.emf.ecore.EAttribute JAVA_INFO__JAVA_CLASS
          The meta object literal for the 'Java Class' attribute feature.
static org.eclipse.emf.ecore.EDataType LONG_OBJECT
          The meta object literal for the 'Long Object' data type.
static org.eclipse.emf.ecore.EDataType SHORT_OBJECT
          The meta object literal for the 'Short Object' data type.
 

Field Detail

DOCUMENT_ROOT

static final org.eclipse.emf.ecore.EClass DOCUMENT_ROOT
The meta object literal for the 'Document Root' class.

See Also:
org.apache.tuscany.sdo.model.java.impl.DocumentRootImpl, JavaPackageImpl.getDocumentRoot()

DOCUMENT_ROOT__MIXED

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


DOCUMENT_ROOT__XMLNS_PREFIX_MAP

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


DOCUMENT_ROOT__XSI_SCHEMA_LOCATION

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


DOCUMENT_ROOT__EXTENDED_INSTANCE_CLASS

static final org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__EXTENDED_INSTANCE_CLASS
The meta object literal for the 'Extended Instance Class' attribute feature.


DOCUMENT_ROOT__INSTANCE_CLASS

static final org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__INSTANCE_CLASS
The meta object literal for the 'Instance Class' attribute feature.


DOCUMENT_ROOT__JAVA_CLASS

static final org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__JAVA_CLASS
The meta object literal for the 'Java Class' attribute feature.


DOCUMENT_ROOT__NESTED_INTERFACES

static final org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__NESTED_INTERFACES
The meta object literal for the 'Nested Interfaces' attribute feature.


DOCUMENT_ROOT__PACKAGE

static final org.eclipse.emf.ecore.EAttribute DOCUMENT_ROOT__PACKAGE
The meta object literal for the 'Package' attribute feature.


JAVA_INFO

static final org.eclipse.emf.ecore.EClass JAVA_INFO
The meta object literal for the 'Info' class.

See Also:
JavaInfoImpl, JavaPackageImpl.getJavaInfo()

JAVA_INFO__JAVA_CLASS

static final org.eclipse.emf.ecore.EAttribute JAVA_INFO__JAVA_CLASS
The meta object literal for the 'Java Class' attribute feature.


BOOLEAN_OBJECT

static final org.eclipse.emf.ecore.EDataType BOOLEAN_OBJECT
The meta object literal for the 'Boolean Object' data type.

See Also:
Boolean, JavaPackageImpl.getBooleanObject()

BYTE_OBJECT

static final org.eclipse.emf.ecore.EDataType BYTE_OBJECT
The meta object literal for the 'Byte Object' data type.

See Also:
Byte, JavaPackageImpl.getByteObject()

CHARACTER_OBJECT

static final org.eclipse.emf.ecore.EDataType CHARACTER_OBJECT
The meta object literal for the 'Character Object' data type.

See Also:
Character, JavaPackageImpl.getCharacterObject()

DOUBLE_OBJECT

static final org.eclipse.emf.ecore.EDataType DOUBLE_OBJECT
The meta object literal for the 'Double Object' data type.

See Also:
Double, JavaPackageImpl.getDoubleObject()

FLOAT_OBJECT

static final org.eclipse.emf.ecore.EDataType FLOAT_OBJECT
The meta object literal for the 'Float Object' data type.

See Also:
Float, JavaPackageImpl.getFloatObject()

INT_OBJECT

static final org.eclipse.emf.ecore.EDataType INT_OBJECT
The meta object literal for the 'Int Object' data type.

See Also:
Integer, JavaPackageImpl.getIntObject()

LONG_OBJECT

static final org.eclipse.emf.ecore.EDataType LONG_OBJECT
The meta object literal for the 'Long Object' data type.

See Also:
Long, JavaPackageImpl.getLongObject()

SHORT_OBJECT

static final org.eclipse.emf.ecore.EDataType SHORT_OBJECT
The meta object literal for the 'Short Object' data type.

See Also:
Short, JavaPackageImpl.getShortObject()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.