| Package | Description |
|---|---|
| org.eclipse.epsilon.hutn.test.model.factories | |
| org.eclipse.epsilon.hutn.test.model.families | |
| org.eclipse.epsilon.hutn.test.model.families.impl |
| Modifier and Type | Method and Description |
|---|---|
static Dog |
DogFactory.createDog(DogBreed breed) |
| Modifier and Type | Field and Description |
|---|---|
static List<DogBreed> |
DogBreed.VALUES
A public read-only list of all the 'Dog Breed' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static DogBreed |
DogBreed.get(int value)
Returns the 'Dog Breed' literal with the specified integer value.
|
static DogBreed |
DogBreed.get(String literal)
Returns the 'Dog Breed' literal with the specified literal value.
|
DogBreed |
Dog.getBreed()
Returns the value of the 'Breed' attribute.
|
static DogBreed |
DogBreed.getByName(String name)
Returns the 'Dog Breed' literal with the specified name.
|
static DogBreed |
DogBreed.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DogBreed[] |
DogBreed.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dog.setBreed(DogBreed value)
Sets the value of the '
Breed' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected DogBreed |
DogImpl.breed
The cached value of the '
Breed' attribute. |
protected static DogBreed |
DogImpl.BREED_EDEFAULT
The default value of the '
Breed' attribute. |
| Modifier and Type | Method and Description |
|---|---|
DogBreed |
FamiliesFactoryImpl.createDogBreedFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
DogBreed |
DogImpl.getBreed() |
| Modifier and Type | Method and Description |
|---|---|
void |
DogImpl.setBreed(DogBreed newBreed) |
Copyright © 2018. All rights reserved.