|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestPackage
The Package for the model. It contains accessors for the meta objects to represent
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 |
---|
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final TestPackage eINSTANCE
static final int SIMPLE_TEST_OBJECT
Simple Test Object
' class.
SimpleTestObjectImpl
,
TestPackageImpl.getSimpleTestObject()
,
Constant Field Valuesstatic final int SIMPLE_TEST_OBJECT__DATE
static final int SIMPLE_TEST_OBJECT__XML_DATE
static final int SIMPLE_TEST_OBJECT__MY_ENUM
static final int SIMPLE_TEST_OBJECT_FEATURE_COUNT
static final int SIMPLE_TEST_OBJECT_OPERATION_COUNT
static final int TEST_ENUM
Enum
' enum.
TestEnum
,
TestPackageImpl.getTestEnum()
,
Constant Field Valuesstatic final int XML_DATE
XMLGregorianCalendar
,
TestPackageImpl.getXMLDate()
,
Constant Field ValuesMethod Detail |
---|
org.eclipse.emf.ecore.EClass getSimpleTestObject()
Simple Test Object
'.
SimpleTestObject
org.eclipse.emf.ecore.EAttribute getSimpleTestObject_Date()
Date
'.
SimpleTestObject.getDate()
,
getSimpleTestObject()
org.eclipse.emf.ecore.EAttribute getSimpleTestObject_XmlDate()
Xml Date
'.
SimpleTestObject.getXmlDate()
,
getSimpleTestObject()
org.eclipse.emf.ecore.EAttribute getSimpleTestObject_MyEnum()
My Enum
'.
SimpleTestObject.getMyEnum()
,
getSimpleTestObject()
org.eclipse.emf.ecore.EEnum getTestEnum()
Enum
'.
TestEnum
org.eclipse.emf.ecore.EDataType getXMLDate()
XML Date
'.
XMLGregorianCalendar
TestFactory getTestFactory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |