public class RSATestPackageImpl extends EPackageImpl implements RSATestPackage
RSATestPackage.LiteralsADDRESS, ADDRESS__CITY, ADDRESS__CONTEXT, ADDRESS__ID, ADDRESS__NUMBER, ADDRESS__STREET, ADDRESS__ZIP, ADDRESS_FEATURE_COUNT, ADDRESS_OPERATION_COUNT, CONTACT, CONTACT__CONTEXT, CONTACT__DESCRIPTION, CONTACT__TYPE, CONTACT__VALUE, CONTACT_FEATURE_COUNT, CONTACT_OPERATION_COUNT, CONTACT_TYPE, CONTEXT_TYPE, eCONTENT_TYPE, eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, PERSON, PERSON__ADDRESS, PERSON__CONTACT, PERSON__FIRST_NAME, PERSON__ID, PERSON__LAST_NAME, PERSON_FEATURE_COUNT, PERSON_OPERATION_COUNT| Modifier and Type | Method and Description |
|---|---|
void |
createPackageContents()
Creates the meta-model objects for the package.
|
EAttribute |
getAddress_City() |
EAttribute |
getAddress_Context() |
EAttribute |
getAddress_Id() |
EAttribute |
getAddress_Number() |
EAttribute |
getAddress_Street() |
EAttribute |
getAddress_Zip() |
EClass |
getAddress() |
EAttribute |
getContact_Context() |
EAttribute |
getContact_Description() |
EAttribute |
getContact_Type() |
EAttribute |
getContact_Value() |
EClass |
getContact() |
EEnum |
getContactType() |
EEnum |
getContextType() |
EReference |
getPerson_Address() |
EReference |
getPerson_Contact() |
EAttribute |
getPerson_FirstName() |
EAttribute |
getPerson_Id() |
EAttribute |
getPerson_LastName() |
EClass |
getPerson() |
RSATestFactory |
getRSATestFactory() |
static RSATestPackage |
init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
|
void |
initializePackageContents()
Complete the initialization of the package and its meta-model.
|
public static RSATestPackage init()
This method is used to initialize RSATestPackage.eINSTANCE when that field is accessed.
Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.
public EClass getPerson()
getPerson in interface RSATestPackagePersonpublic EAttribute getPerson_Id()
getPerson_Id in interface RSATestPackagePerson.getId(),
RSATestPackage.getPerson()public EAttribute getPerson_FirstName()
getPerson_FirstName in interface RSATestPackagePerson.getFirstName(),
RSATestPackage.getPerson()public EAttribute getPerson_LastName()
getPerson_LastName in interface RSATestPackagePerson.getLastName(),
RSATestPackage.getPerson()public EReference getPerson_Contact()
getPerson_Contact in interface RSATestPackagePerson.getContact(),
RSATestPackage.getPerson()public EReference getPerson_Address()
getPerson_Address in interface RSATestPackagePerson.getAddress(),
RSATestPackage.getPerson()public EClass getAddress()
getAddress in interface RSATestPackageAddresspublic EAttribute getAddress_Id()
getAddress_Id in interface RSATestPackageAddress.getId(),
RSATestPackage.getAddress()public EAttribute getAddress_Street()
getAddress_Street in interface RSATestPackageAddress.getStreet(),
RSATestPackage.getAddress()public EAttribute getAddress_City()
getAddress_City in interface RSATestPackageAddress.getCity(),
RSATestPackage.getAddress()public EAttribute getAddress_Zip()
getAddress_Zip in interface RSATestPackageAddress.getZip(),
RSATestPackage.getAddress()public EAttribute getAddress_Number()
getAddress_Number in interface RSATestPackageAddress.getNumber(),
RSATestPackage.getAddress()public EAttribute getAddress_Context()
getAddress_Context in interface RSATestPackageAddress.getContext(),
RSATestPackage.getAddress()public EClass getContact()
getContact in interface RSATestPackageContactpublic EAttribute getContact_Context()
getContact_Context in interface RSATestPackageContact.getContext(),
RSATestPackage.getContact()public EAttribute getContact_Type()
getContact_Type in interface RSATestPackageContact.getType(),
RSATestPackage.getContact()public EAttribute getContact_Value()
getContact_Value in interface RSATestPackageContact.getValue(),
RSATestPackage.getContact()public EAttribute getContact_Description()
getContact_Description in interface RSATestPackageContact.getDescription(),
RSATestPackage.getContact()public EEnum getContextType()
getContextType in interface RSATestPackageContextTypepublic EEnum getContactType()
getContactType in interface RSATestPackageContactTypepublic RSATestFactory getRSATestFactory()
getRSATestFactory in interface RSATestPackagepublic void createPackageContents()
public void initializePackageContents()
Data In Motion Consulting GmbH