public interface Dog extends Pet
The following features are supported:
FamiliesPackage.getDog()| Modifier and Type | Method and Description |
|---|---|
DogBreed |
getBreed()
Returns the value of the 'Breed' attribute.
|
District |
getDistrict()
Returns the value of the 'District' container reference.
|
boolean |
isLoud()
Returns the value of the 'Loud' attribute.
|
void |
setBreed(DogBreed value)
Sets the value of the '
Breed' attribute. |
void |
setDistrict(District value)
Sets the value of the '
District' container reference. |
void |
setLoud(boolean value)
Sets the value of the '
Loud' attribute. |
getName, setNameboolean isLoud()
If the meaning of the 'Loud' attribute isn't clear, there really should be more of a description here...
setLoud(boolean),
FamiliesPackage.getDog_Loud()void setLoud(boolean value)
Loud' attribute.
value - the new value of the 'Loud' attribute.isLoud()DogBreed getBreed()
DogBreed.
If the meaning of the 'Breed' attribute isn't clear, there really should be more of a description here...
DogBreed,
setBreed(DogBreed),
FamiliesPackage.getDog_Breed()void setBreed(DogBreed value)
Breed' attribute.
value - the new value of the 'Breed' attribute.DogBreed,
getBreed()District getDistrict()
Dogs'.
If the meaning of the 'District' container reference isn't clear, there really should be more of a description here...
setDistrict(District),
FamiliesPackage.getDog_District(),
District.getDogs()void setDistrict(District value)
District' container reference.
value - the new value of the 'District' container reference.getDistrict()Copyright © 2020. All rights reserved.