public interface Pet extends NamedElement
The following features are supported:
FamiliesPackage.getPet()| Modifier and Type | Method and Description |
|---|---|
boolean |
isMale()
Returns the value of the 'Male' attribute.
|
void |
setMale(boolean value)
Sets the value of the '
Male' attribute. |
getName, setNameboolean isMale()
If the meaning of the 'Male' attribute isn't clear, there really should be more of a description here...
setMale(boolean),
FamiliesPackage.getPet_Male()Copyright © 2020. All rights reserved.