Uses of Class
org.eclipse.epsilon.hutn.test.model.families.DogBreed
-
Packages that use DogBreed Package Description org.eclipse.epsilon.hutn.test.model.factories org.eclipse.epsilon.hutn.test.model.families org.eclipse.epsilon.hutn.test.model.families.impl -
-
Uses of DogBreed in org.eclipse.epsilon.hutn.test.model.factories
Methods in org.eclipse.epsilon.hutn.test.model.factories with parameters of type DogBreed Modifier and Type Method Description static Dog
DogFactory. createDog(DogBreed breed)
-
Uses of DogBreed in org.eclipse.epsilon.hutn.test.model.families
Fields in org.eclipse.epsilon.hutn.test.model.families with type parameters of type DogBreed Modifier and Type Field Description static java.util.List<DogBreed>
DogBreed. VALUES
A public read-only list of all the 'Dog Breed' enumerators.Methods in org.eclipse.epsilon.hutn.test.model.families that return DogBreed Modifier and Type Method Description static DogBreed
DogBreed. get(int value)
Returns the 'Dog Breed' literal with the specified integer value.static DogBreed
DogBreed. get(java.lang.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(java.lang.String name)
Returns the 'Dog Breed' literal with the specified name.static DogBreed
DogBreed. valueOf(java.lang.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.Methods in org.eclipse.epsilon.hutn.test.model.families with parameters of type DogBreed Modifier and Type Method Description void
Dog. setBreed(DogBreed value)
Sets the value of the 'Breed
' attribute. -
Uses of DogBreed in org.eclipse.epsilon.hutn.test.model.families.impl
Fields in org.eclipse.epsilon.hutn.test.model.families.impl declared as DogBreed Modifier and Type Field 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.Methods in org.eclipse.epsilon.hutn.test.model.families.impl that return DogBreed Modifier and Type Method Description DogBreed
FamiliesFactoryImpl. createDogBreedFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
DogBreed
DogImpl. getBreed()
Methods in org.eclipse.epsilon.hutn.test.model.families.impl with parameters of type DogBreed Modifier and Type Method Description void
DogImpl. setBreed(DogBreed newBreed)
-