public class TestPackageImpl extends EPackageImpl implements TestPackage
TestPackage.LiteralsADDRESS, ADDRESS__CITY, ADDRESS__ID, ADDRESS__NPE, ADDRESS__STREET, ADDRESS__ZIP, ADDRESS_FEATURE_COUNT, ADDRESS_OPERATION_COUNT, BUSINESS_CONTACT, BUSINESS_CONTACT__COMPANY_NAME, BUSINESS_CONTACT__CONTEXT, BUSINESS_CONTACT__TYPE, BUSINESS_CONTACT__VALUE, BUSINESS_CONTACT_FEATURE_COUNT, BUSINESS_CONTACT_OPERATION_COUNT, BUSINESS_PERSON, BUSINESS_PERSON__ADDRESS, BUSINESS_PERSON__BIG_DEC, BUSINESS_PERSON__BIG_INT, BUSINESS_PERSON__COMPANY_ID_CARD_NUMBER, BUSINESS_PERSON__CONTACT, BUSINESS_PERSON__EMPLOYEE_INFO, BUSINESS_PERSON__FIRST_NAME, BUSINESS_PERSON__GENDER, BUSINESS_PERSON__ID, BUSINESS_PERSON__IMAGE, BUSINESS_PERSON__LAST_NAME, BUSINESS_PERSON__PROPERTIES, BUSINESS_PERSON__RELATIVES, BUSINESS_PERSON__TAGS, BUSINESS_PERSON__TRANSIENT_ADDRESS, BUSINESS_PERSON_FEATURE_COUNT, BUSINESS_PERSON_OPERATION_COUNT, CONTACT, CONTACT__CONTEXT, CONTACT__TYPE, CONTACT__VALUE, CONTACT_CONTEXT_TYPE, CONTACT_FEATURE_COUNT, CONTACT_OPERATION_COUNT, CONTACT_TYPE, CONTENT, CONTENT__NAME, CONTENT_FEATURE_COUNT, CONTENT_OPERATION_COUNT, eCONTENT_TYPE, eINSTANCE, EMPLOYEE_INFO, EMPLOYEE_INFO__POSITION, EMPLOYEE_INFO_FEATURE_COUNT, EMPLOYEE_INFO_OPERATION_COUNT, eNAME, eNS_PREFIX, eNS_URI, FAMILY, FAMILY__CHILDREN, FAMILY__FATHER, FAMILY__ID, FAMILY__MOTHER, FAMILY_FEATURE_COUNT, FAMILY_OPERATION_COUNT, GENDER_TYPE, HL_WIDGET, HL_WIDGET__CHILDREN, HL_WIDGET__NAME, HL_WIDGET_FEATURE_COUNT, HL_WIDGET_OPERATION_COUNT, NPE, PERSON, PERSON__ADDRESS, PERSON__BIG_DEC, PERSON__BIG_INT, PERSON__CONTACT, PERSON__FIRST_NAME, PERSON__GENDER, PERSON__ID, PERSON__IMAGE, PERSON__LAST_NAME, PERSON__PROPERTIES, PERSON__RELATIVES, PERSON__TAGS, PERSON__TRANSIENT_ADDRESS, PERSON_CONTACT, PERSON_CONTACT__CONTACT_PERSON, PERSON_CONTACT__CONTEXT, PERSON_CONTACT__TYPE, PERSON_CONTACT__VALUE, PERSON_CONTACT_FEATURE_COUNT, PERSON_CONTACT_OPERATION_COUNT, PERSON_FEATURE_COUNT, PERSON_OPERATION_COUNT, STRING_STRING_MAP, STRING_STRING_MAP__KEY, STRING_STRING_MAP__VALUE, STRING_STRING_MAP_FEATURE_COUNT, STRING_STRING_MAP_OPERATION_COUNT, TAG, TAG__DESCRIPTION, TAG__NAME, TAG__TAG, TAG__TAGS, TAG__VALUE, TAG_FEATURE_COUNT, TAG_OPERATION_COUNT, TEXTWIDGET, TEXTWIDGET__NAME, TEXTWIDGET_FEATURE_COUNT, TEXTWIDGET_OPERATION_COUNT, WIDGET, WIDGET__CONTENT, WIDGET__ID, WIDGET__NAME, WIDGET_FEATURE_COUNT, WIDGET_OPERATION_COUNT| Modifier and Type | Method and Description |
|---|---|
protected void |
createExtendedMetaDataAnnotations()
Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData.
|
void |
createPackageContents()
Creates the meta-model objects for the package.
|
EAttribute |
getAddress_City() |
EAttribute |
getAddress_Id() |
EAttribute |
getAddress_Npe() |
EAttribute |
getAddress_Street() |
EAttribute |
getAddress_Zip() |
EClass |
getAddress() |
EAttribute |
getBusinessContact_CompanyName() |
EClass |
getBusinessContact() |
EAttribute |
getBusinessPerson_CompanyIdCardNumber() |
EReference |
getBusinessPerson_EmployeeInfo() |
EClass |
getBusinessPerson() |
EAttribute |
getContact_Context() |
EAttribute |
getContact_Type() |
EAttribute |
getContact_Value() |
EClass |
getContact() |
EEnum |
getContactContextType() |
EEnum |
getContactType() |
EAttribute |
getContent_Name() |
EClass |
getContent() |
EAttribute |
getEmployeeInfo_Position() |
EClass |
getEmployeeInfo() |
EReference |
getFamily_Children() |
EReference |
getFamily_Father() |
EAttribute |
getFamily_Id() |
EReference |
getFamily_Mother() |
EClass |
getFamily() |
EEnum |
getGenderType() |
EReference |
getHLWidget_Children() |
EClass |
getHLWidget() |
EDataType |
getNPE() |
EReference |
getPerson_Address() |
EAttribute |
getPerson_BigDec() |
EAttribute |
getPerson_BigInt() |
EReference |
getPerson_Contact() |
EAttribute |
getPerson_FirstName() |
EAttribute |
getPerson_Gender() |
EAttribute |
getPerson_Id() |
EAttribute |
getPerson_Image() |
EAttribute |
getPerson_LastName() |
EReference |
getPerson_Properties() |
EReference |
getPerson_Relatives() |
EReference |
getPerson_Tags() |
EReference |
getPerson_TransientAddress() |
EClass |
getPerson() |
EReference |
getPersonContact_ContactPerson() |
EClass |
getPersonContact() |
EAttribute |
getStringStringMap_Key() |
EAttribute |
getStringStringMap_Value() |
EClass |
getStringStringMap() |
EAttribute |
getTag_Description() |
EAttribute |
getTag_Name() |
EReference |
getTag_Tag() |
EReference |
getTag_Tags() |
EAttribute |
getTag_Value() |
EClass |
getTag() |
TestFactory |
getTestFactory() |
EClass |
getTextwidget() |
EReference |
getWidget_Content() |
EAttribute |
getWidget_Id() |
EAttribute |
getWidget_Name() |
EClass |
getWidget() |
static TestPackage |
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 TestPackage init()
This method is used to initialize TestPackage.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 TestPackagePersonpublic EAttribute getPerson_FirstName()
getPerson_FirstName in interface TestPackagePerson.getFirstName(),
TestPackage.getPerson()public EAttribute getPerson_LastName()
getPerson_LastName in interface TestPackagePerson.getLastName(),
TestPackage.getPerson()public EReference getPerson_Contact()
getPerson_Contact in interface TestPackagePerson.getContact(),
TestPackage.getPerson()public EReference getPerson_Address()
getPerson_Address in interface TestPackagePerson.getAddress(),
TestPackage.getPerson()public EAttribute getPerson_Gender()
getPerson_Gender in interface TestPackagePerson.getGender(),
TestPackage.getPerson()public EReference getPerson_Tags()
getPerson_Tags in interface TestPackagePerson.getTags(),
TestPackage.getPerson()public EAttribute getPerson_Id()
getPerson_Id in interface TestPackagePerson.getId(),
TestPackage.getPerson()public EReference getPerson_Properties()
getPerson_Properties in interface TestPackagePerson.getProperties(),
TestPackage.getPerson()public EAttribute getPerson_BigInt()
getPerson_BigInt in interface TestPackagePerson.getBigInt(),
TestPackage.getPerson()public EAttribute getPerson_BigDec()
getPerson_BigDec in interface TestPackagePerson.getBigDec(),
TestPackage.getPerson()public EAttribute getPerson_Image()
getPerson_Image in interface TestPackagePerson.getImage(),
TestPackage.getPerson()public EReference getPerson_Relatives()
getPerson_Relatives in interface TestPackagePerson.getRelatives(),
TestPackage.getPerson()public EReference getPerson_TransientAddress()
getPerson_TransientAddress in interface TestPackagePerson.getTransientAddress(),
TestPackage.getPerson()public EClass getAddress()
getAddress in interface TestPackageAddresspublic EAttribute getAddress_Street()
getAddress_Street in interface TestPackageAddress.getStreet(),
TestPackage.getAddress()public EAttribute getAddress_City()
getAddress_City in interface TestPackageAddress.getCity(),
TestPackage.getAddress()public EAttribute getAddress_Zip()
getAddress_Zip in interface TestPackageAddress.getZip(),
TestPackage.getAddress()public EAttribute getAddress_Id()
getAddress_Id in interface TestPackageAddress.getId(),
TestPackage.getAddress()public EAttribute getAddress_Npe()
getAddress_Npe in interface TestPackageAddress.getNpe(),
TestPackage.getAddress()public EClass getContact()
getContact in interface TestPackageContactpublic EAttribute getContact_Type()
getContact_Type in interface TestPackageContact.getType(),
TestPackage.getContact()public EAttribute getContact_Value()
getContact_Value in interface TestPackageContact.getValue(),
TestPackage.getContact()public EAttribute getContact_Context()
getContact_Context in interface TestPackageContact.getContext(),
TestPackage.getContact()public EClass getFamily()
getFamily in interface TestPackageFamilypublic EReference getFamily_Father()
getFamily_Father in interface TestPackageFamily.getFather(),
TestPackage.getFamily()public EReference getFamily_Mother()
getFamily_Mother in interface TestPackageFamily.getMother(),
TestPackage.getFamily()public EReference getFamily_Children()
getFamily_Children in interface TestPackageFamily.getChildren(),
TestPackage.getFamily()public EAttribute getFamily_Id()
getFamily_Id in interface TestPackageFamily.getId(),
TestPackage.getFamily()public EClass getBusinessContact()
getBusinessContact in interface TestPackageBusinessContactpublic EAttribute getBusinessContact_CompanyName()
getBusinessContact_CompanyName in interface TestPackageBusinessContact.getCompanyName(),
TestPackage.getBusinessContact()public EClass getTag()
getTag in interface TestPackageTagpublic EAttribute getTag_Name()
getTag_Name in interface TestPackageTag.getName(),
TestPackage.getTag()public EAttribute getTag_Value()
getTag_Value in interface TestPackageTag.getValue(),
TestPackage.getTag()public EReference getTag_Tag()
getTag_Tag in interface TestPackageTag.getTag(),
TestPackage.getTag()public EReference getTag_Tags()
getTag_Tags in interface TestPackageTag.getTags(),
TestPackage.getTag()public EAttribute getTag_Description()
getTag_Description in interface TestPackageTag.getDescription(),
TestPackage.getTag()public EClass getBusinessPerson()
getBusinessPerson in interface TestPackageBusinessPersonpublic EAttribute getBusinessPerson_CompanyIdCardNumber()
getBusinessPerson_CompanyIdCardNumber in interface TestPackageBusinessPerson.getCompanyIdCardNumber(),
TestPackage.getBusinessPerson()public EReference getBusinessPerson_EmployeeInfo()
getBusinessPerson_EmployeeInfo in interface TestPackageBusinessPerson.getEmployeeInfo(),
TestPackage.getBusinessPerson()public EClass getStringStringMap()
getStringStringMap in interface TestPackageMap.Entrypublic EAttribute getStringStringMap_Key()
getStringStringMap_Key in interface TestPackageMap.Entry,
TestPackage.getStringStringMap()public EAttribute getStringStringMap_Value()
getStringStringMap_Value in interface TestPackageMap.Entry,
TestPackage.getStringStringMap()public EClass getEmployeeInfo()
getEmployeeInfo in interface TestPackageEmployeeInfopublic EAttribute getEmployeeInfo_Position()
getEmployeeInfo_Position in interface TestPackageEmployeeInfo.getPosition(),
TestPackage.getEmployeeInfo()public EClass getWidget()
getWidget in interface TestPackageWidgetpublic EReference getWidget_Content()
getWidget_Content in interface TestPackageWidget.getContent(),
TestPackage.getWidget()public EAttribute getWidget_Id()
getWidget_Id in interface TestPackageWidget.getId(),
TestPackage.getWidget()public EAttribute getWidget_Name()
getWidget_Name in interface TestPackageWidget.getName(),
TestPackage.getWidget()public EClass getTextwidget()
getTextwidget in interface TestPackageTextwidgetpublic EClass getContent()
getContent in interface TestPackageContentpublic EAttribute getContent_Name()
getContent_Name in interface TestPackageContent.getName(),
TestPackage.getContent()public EClass getHLWidget()
getHLWidget in interface TestPackageHLWidgetpublic EReference getHLWidget_Children()
getHLWidget_Children in interface TestPackageHLWidget.getChildren(),
TestPackage.getHLWidget()public EClass getPersonContact()
getPersonContact in interface TestPackagePersonContactpublic EReference getPersonContact_ContactPerson()
getPersonContact_ContactPerson in interface TestPackagePersonContact.getContactPerson(),
TestPackage.getPersonContact()public EEnum getContactType()
getContactType in interface TestPackageContactTypepublic EEnum getContactContextType()
getContactContextType in interface TestPackageContactContextTypepublic EEnum getGenderType()
getGenderType in interface TestPackageGenderTypepublic EDataType getNPE()
getNPE in interface TestPackageNullPointerExceptionpublic TestFactory getTestFactory()
getTestFactory in interface TestPackagepublic void createPackageContents()
public void initializePackageContents()
protected void createExtendedMetaDataAnnotations()
Data In Motion Consulting GmbH