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

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TestPackageImpl

public interface TestPackage
extends org.eclipse.emf.ecore.EPackage

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

See Also:
TestFactory

Nested Class Summary
static interface TestPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static TestPackage eINSTANCE
          The singleton instance of the package.
static String eNAME
          The package name.
static String eNS_PREFIX
          The package namespace name.
static String eNS_URI
          The package namespace URI.
static int SIMPLE_TEST_OBJECT
          The meta object id for the 'Simple Test Object' class.
static int SIMPLE_TEST_OBJECT__DATE
          The feature id for the 'Date' attribute.
static int SIMPLE_TEST_OBJECT__MY_ENUM
          The feature id for the 'My Enum' attribute.
static int SIMPLE_TEST_OBJECT__XML_DATE
          The feature id for the 'Xml Date' attribute.
static int SIMPLE_TEST_OBJECT_FEATURE_COUNT
          The number of structural features of the 'Simple Test Object' class.
static int SIMPLE_TEST_OBJECT_OPERATION_COUNT
          The number of operations of the 'Simple Test Object' class.
static int TEST_ENUM
          The meta object id for the 'Enum' enum.
static int XML_DATE
          The meta object id for the 'XML Date' data type.
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getSimpleTestObject_Date()
          Returns the meta object for the attribute ' Date'.
 org.eclipse.emf.ecore.EAttribute getSimpleTestObject_MyEnum()
          Returns the meta object for the attribute ' My Enum'.
 org.eclipse.emf.ecore.EAttribute getSimpleTestObject_XmlDate()
          Returns the meta object for the attribute ' Xml Date'.
 org.eclipse.emf.ecore.EClass getSimpleTestObject()
          Returns the meta object for class 'Simple Test Object'.
 org.eclipse.emf.ecore.EEnum getTestEnum()
          Returns the meta object for enum 'Enum'.
 TestFactory getTestFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EDataType getXMLDate()
          Returns the meta object for data type 'XML Date'.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final TestPackage eINSTANCE
The singleton instance of the package.


SIMPLE_TEST_OBJECT

static final int SIMPLE_TEST_OBJECT
The meta object id for the 'Simple Test Object' class.

See Also:
SimpleTestObjectImpl, TestPackageImpl.getSimpleTestObject(), Constant Field Values

SIMPLE_TEST_OBJECT__DATE

static final int SIMPLE_TEST_OBJECT__DATE
The feature id for the 'Date' attribute.

See Also:
Constant Field Values

SIMPLE_TEST_OBJECT__XML_DATE

static final int SIMPLE_TEST_OBJECT__XML_DATE
The feature id for the 'Xml Date' attribute.

See Also:
Constant Field Values

SIMPLE_TEST_OBJECT__MY_ENUM

static final int SIMPLE_TEST_OBJECT__MY_ENUM
The feature id for the 'My Enum' attribute.

See Also:
Constant Field Values

SIMPLE_TEST_OBJECT_FEATURE_COUNT

static final int SIMPLE_TEST_OBJECT_FEATURE_COUNT
The number of structural features of the 'Simple Test Object' class.

See Also:
Constant Field Values

SIMPLE_TEST_OBJECT_OPERATION_COUNT

static final int SIMPLE_TEST_OBJECT_OPERATION_COUNT
The number of operations of the 'Simple Test Object' class.

See Also:
Constant Field Values

TEST_ENUM

static final int TEST_ENUM
The meta object id for the 'Enum' enum.

See Also:
TestEnum, TestPackageImpl.getTestEnum(), Constant Field Values

XML_DATE

static final int XML_DATE
The meta object id for the 'XML Date' data type.

See Also:
XMLGregorianCalendar, TestPackageImpl.getXMLDate(), Constant Field Values
Method Detail

getSimpleTestObject

org.eclipse.emf.ecore.EClass getSimpleTestObject()
Returns the meta object for class 'Simple Test Object'.

Returns:
the meta object for class 'Simple Test Object'.
See Also:
SimpleTestObject

getSimpleTestObject_Date

org.eclipse.emf.ecore.EAttribute getSimpleTestObject_Date()
Returns the meta object for the attribute ' Date'.

Returns:
the meta object for the attribute 'Date'.
See Also:
SimpleTestObject.getDate(), getSimpleTestObject()

getSimpleTestObject_XmlDate

org.eclipse.emf.ecore.EAttribute getSimpleTestObject_XmlDate()
Returns the meta object for the attribute ' Xml Date'.

Returns:
the meta object for the attribute 'Xml Date'.
See Also:
SimpleTestObject.getXmlDate(), getSimpleTestObject()

getSimpleTestObject_MyEnum

org.eclipse.emf.ecore.EAttribute getSimpleTestObject_MyEnum()
Returns the meta object for the attribute ' My Enum'.

Returns:
the meta object for the attribute 'My Enum'.
See Also:
SimpleTestObject.getMyEnum(), getSimpleTestObject()

getTestEnum

org.eclipse.emf.ecore.EEnum getTestEnum()
Returns the meta object for enum 'Enum'.

Returns:
the meta object for enum 'Enum'.
See Also:
TestEnum

getXMLDate

org.eclipse.emf.ecore.EDataType getXMLDate()
Returns the meta object for data type 'XML Date'.

Returns:
the meta object for data type 'XML Date'.
See Also:
XMLGregorianCalendar

getTestFactory

TestFactory getTestFactory()
Returns the factory that creates the instances of the model.

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


Copyright © 2015. All Rights Reserved.