public interface TestFactory
TestPackage| Modifier and Type | Field and Description |
|---|---|
static TestFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
createAddress()
Returns a new object of class 'Address'.
|
BusinessContact |
createBusinessContact()
Returns a new object of class 'Business Contact'.
|
BusinessPerson |
createBusinessPerson()
Returns a new object of class 'Business Person'.
|
Contact |
createContact()
Returns a new object of class 'Contact'.
|
Content |
createContent()
Returns a new object of class 'Content'.
|
EmployeeInfo |
createEmployeeInfo()
Returns a new object of class 'Employee Info'.
|
Family |
createFamily()
Returns a new object of class 'Family'.
|
HLWidget |
createHLWidget()
Returns a new object of class 'HL Widget'.
|
Person |
createPerson()
Returns a new object of class 'Person'.
|
PersonContact |
createPersonContact()
Returns a new object of class 'Person Contact'.
|
PersonObject |
createPersonObject()
Returns a new object of class 'Person Object'.
|
Tag |
createTag()
Returns a new object of class 'Tag'.
|
Textwidget |
createTextwidget()
Returns a new object of class 'Textwidget'.
|
Widget |
createWidget()
Returns a new object of class 'Widget'.
|
TestPackage |
getTestPackage()
Returns the package supported by this factory.
|
static final TestFactory eINSTANCE
Person createPerson()
Address createAddress()
Contact createContact()
Family createFamily()
BusinessContact createBusinessContact()
Tag createTag()
BusinessPerson createBusinessPerson()
EmployeeInfo createEmployeeInfo()
Widget createWidget()
Textwidget createTextwidget()
Content createContent()
HLWidget createHLWidget()
PersonContact createPersonContact()
PersonObject createPersonObject()
TestPackage getTestPackage()
Data In Motion Consulting GmbH