org.eclipse.emf.ecp.view.core.swt.test.model
Interface TestPackage.Literals

Enclosing interface:
TestPackage

public static interface TestPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass SIMPLE_TEST_OBJECT
          The meta object literal for the ' Simple Test Object' class.
static org.eclipse.emf.ecore.EAttribute SIMPLE_TEST_OBJECT__DATE
          The meta object literal for the 'Date' attribute feature.
static org.eclipse.emf.ecore.EAttribute SIMPLE_TEST_OBJECT__MY_ENUM
          The meta object literal for the 'My Enum' attribute feature.
static org.eclipse.emf.ecore.EAttribute SIMPLE_TEST_OBJECT__XML_DATE
          The meta object literal for the 'Xml Date' attribute feature.
static org.eclipse.emf.ecore.EEnum TEST_ENUM
          The meta object literal for the 'Enum' enum.
static org.eclipse.emf.ecore.EDataType XML_DATE
          The meta object literal for the 'XML Date' data type.
 

Field Detail

SIMPLE_TEST_OBJECT

static final org.eclipse.emf.ecore.EClass SIMPLE_TEST_OBJECT
The meta object literal for the ' Simple Test Object' class.

See Also:
SimpleTestObjectImpl, TestPackageImpl.getSimpleTestObject()

SIMPLE_TEST_OBJECT__DATE

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


SIMPLE_TEST_OBJECT__XML_DATE

static final org.eclipse.emf.ecore.EAttribute SIMPLE_TEST_OBJECT__XML_DATE
The meta object literal for the 'Xml Date' attribute feature.


SIMPLE_TEST_OBJECT__MY_ENUM

static final org.eclipse.emf.ecore.EAttribute SIMPLE_TEST_OBJECT__MY_ENUM
The meta object literal for the 'My Enum' attribute feature.


TEST_ENUM

static final org.eclipse.emf.ecore.EEnum TEST_ENUM
The meta object literal for the 'Enum' enum.

See Also:
TestEnum, TestPackageImpl.getTestEnum()

XML_DATE

static final org.eclipse.emf.ecore.EDataType XML_DATE
The meta object literal for the 'XML Date' data type.

See Also:
XMLGregorianCalendar, TestPackageImpl.getXMLDate()


Copyright © 2015. All Rights Reserved.