| Modifier and Type | Method and Description |
|---|---|
static District |
DistrictFactory.createDistrict() |
| Modifier and Type | Method and Description |
|---|---|
static Family |
FamilyFactory.createFamily(District district) |
| Modifier and Type | Method and Description |
|---|---|
District |
FamiliesFactory.createDistrict()
Returns a new object of class 'District'.
|
District |
Dog.getDistrict()
Returns the value of the 'District' container reference.
|
District |
Family.getDistrict()
Returns the value of the 'District' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dog.setDistrict(District value)
Sets the value of the '
District' container reference. |
void |
Family.setDistrict(District value)
Sets the value of the '
District' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
DistrictImpl
An implementation of the model object 'District'.
|
| Modifier and Type | Method and Description |
|---|---|
District |
FamiliesFactoryImpl.createDistrict() |
District |
DogImpl.getDistrict() |
District |
FamilyImpl.getDistrict() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
DogImpl.basicSetDistrict(District newDistrict,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
FamilyImpl.basicSetDistrict(District newDistrict,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DogImpl.setDistrict(District newDistrict) |
void |
FamilyImpl.setDistrict(District newDistrict) |
| Modifier and Type | Method and Description |
|---|---|
T |
FamiliesSwitch.caseDistrict(District object)
Returns the result of interpreting the object as an instance of 'District'.
|
Copyright © 2016. All rights reserved.