public interface RSATestPackage
RSATestFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
RSATestPackage.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
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ADDRESS
The meta object id for the '
Address' class. |
static int |
ADDRESS__CITY
The feature id for the 'City' attribute.
|
static int |
ADDRESS__CONTEXT
The feature id for the 'Context' attribute.
|
static int |
ADDRESS__ID
The feature id for the 'Id' attribute.
|
static int |
ADDRESS__NUMBER
The feature id for the 'Number' attribute.
|
static int |
ADDRESS__STREET
The feature id for the 'Street' attribute.
|
static int |
ADDRESS__ZIP
The feature id for the 'Zip' attribute.
|
static int |
ADDRESS_FEATURE_COUNT
The number of structural features of the 'Address' class.
|
static int |
ADDRESS_OPERATION_COUNT
The number of operations of the 'Address' class.
|
static int |
CONTACT
The meta object id for the '
Contact' class. |
static int |
CONTACT__CONTEXT
The feature id for the 'Context' attribute.
|
static int |
CONTACT__DESCRIPTION
The feature id for the 'Description' attribute.
|
static int |
CONTACT__TYPE
The feature id for the 'Type' attribute.
|
static int |
CONTACT__VALUE
The feature id for the 'Value' attribute.
|
static int |
CONTACT_FEATURE_COUNT
The number of structural features of the 'Contact' class.
|
static int |
CONTACT_OPERATION_COUNT
The number of operations of the 'Contact' class.
|
static int |
CONTACT_TYPE
The meta object id for the '
Contact Type' enum. |
static int |
CONTEXT_TYPE
The meta object id for the '
Context Type' enum. |
static java.lang.String |
eCONTENT_TYPE
The package content type ID.
|
static RSATestPackage |
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 |
PERSON
The meta object id for the '
Person' class. |
static int |
PERSON__ADDRESS
The feature id for the 'Address' reference list.
|
static int |
PERSON__CONTACT
The feature id for the 'Contact' containment reference list.
|
static int |
PERSON__FIRST_NAME
The feature id for the 'First Name' attribute.
|
static int |
PERSON__ID
The feature id for the 'Id' attribute.
|
static int |
PERSON__LAST_NAME
The feature id for the 'Last Name' attribute.
|
static int |
PERSON_FEATURE_COUNT
The number of structural features of the 'Person' class.
|
static int |
PERSON_OPERATION_COUNT
The number of operations of the 'Person' class.
|
| Modifier and Type | Method and Description |
|---|---|
EAttribute |
getAddress_City()
Returns the meta object for the attribute '
City'. |
EAttribute |
getAddress_Context()
Returns the meta object for the attribute '
Context'. |
EAttribute |
getAddress_Id()
Returns the meta object for the attribute '
Id'. |
EAttribute |
getAddress_Number()
Returns the meta object for the attribute '
Number'. |
EAttribute |
getAddress_Street()
Returns the meta object for the attribute '
Street'. |
EAttribute |
getAddress_Zip()
Returns the meta object for the attribute '
Zip'. |
EClass |
getAddress()
Returns the meta object for class '
Address'. |
EAttribute |
getContact_Context()
Returns the meta object for the attribute '
Context'. |
EAttribute |
getContact_Description()
Returns the meta object for the attribute '
Description'. |
EAttribute |
getContact_Type()
Returns the meta object for the attribute '
Type'. |
EAttribute |
getContact_Value()
Returns the meta object for the attribute '
Value'. |
EClass |
getContact()
Returns the meta object for class '
Contact'. |
EEnum |
getContactType()
Returns the meta object for enum '
Contact Type'. |
EEnum |
getContextType()
Returns the meta object for enum '
Context Type'. |
EReference |
getPerson_Address()
Returns the meta object for the reference list '
Address'. |
EReference |
getPerson_Contact()
Returns the meta object for the containment reference list '
Contact'. |
EAttribute |
getPerson_FirstName()
Returns the meta object for the attribute '
First Name'. |
EAttribute |
getPerson_Id()
Returns the meta object for the attribute '
Id'. |
EAttribute |
getPerson_LastName()
Returns the meta object for the attribute '
Last Name'. |
EClass |
getPerson()
Returns the meta object for class '
Person'. |
RSATestFactory |
getRSATestFactory()
Returns the factory that creates the instances of the model.
|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final java.lang.String eCONTENT_TYPE
static final RSATestPackage eINSTANCE
static final int PERSON
Person' class.
static final int PERSON__ID
static final int PERSON__FIRST_NAME
static final int PERSON__LAST_NAME
static final int PERSON__CONTACT
static final int PERSON__ADDRESS
static final int PERSON_FEATURE_COUNT
static final int PERSON_OPERATION_COUNT
static final int ADDRESS
Address' class.
static final int ADDRESS__ID
static final int ADDRESS__STREET
static final int ADDRESS__CITY
static final int ADDRESS__ZIP
static final int ADDRESS__NUMBER
static final int ADDRESS__CONTEXT
static final int ADDRESS_FEATURE_COUNT
static final int ADDRESS_OPERATION_COUNT
static final int CONTACT
Contact' class.
static final int CONTACT__CONTEXT
static final int CONTACT__TYPE
static final int CONTACT__VALUE
static final int CONTACT__DESCRIPTION
static final int CONTACT_FEATURE_COUNT
static final int CONTACT_OPERATION_COUNT
static final int CONTEXT_TYPE
Context Type' enum.
static final int CONTACT_TYPE
Contact Type' enum.
EClass getPerson()
Person'.
PersonEAttribute getPerson_Id()
Id'.
Person.getId(),
getPerson()EAttribute getPerson_FirstName()
First Name'.
Person.getFirstName(),
getPerson()EAttribute getPerson_LastName()
Last Name'.
Person.getLastName(),
getPerson()EReference getPerson_Contact()
Contact'.
Person.getContact(),
getPerson()EReference getPerson_Address()
Address'.
Person.getAddress(),
getPerson()EClass getAddress()
Address'.
AddressEAttribute getAddress_Id()
Id'.
Address.getId(),
getAddress()EAttribute getAddress_Street()
Street'.
Address.getStreet(),
getAddress()EAttribute getAddress_City()
City'.
Address.getCity(),
getAddress()EAttribute getAddress_Zip()
Zip'.
Address.getZip(),
getAddress()EAttribute getAddress_Number()
Number'.
Address.getNumber(),
getAddress()EAttribute getAddress_Context()
Context'.
Address.getContext(),
getAddress()EClass getContact()
Contact'.
ContactEAttribute getContact_Context()
Context'.
Contact.getContext(),
getContact()EAttribute getContact_Type()
Type'.
Contact.getType(),
getContact()EAttribute getContact_Value()
Value'.
Contact.getValue(),
getContact()EAttribute getContact_Description()
Description'.
Contact.getDescription(),
getContact()EEnum getContextType()
Context Type'.
ContextTypeEEnum getContactType()
Contact Type'.
ContactTypeRSATestFactory getRSATestFactory()
Data In Motion Consulting GmbH