Uses of Enum
org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero.ShirtSize
Packages that use SuperHero.ShirtSize
-
Uses of SuperHero.ShirtSize in org.eclipse.microprofile.graphql.tck.apps.superhero.model
Methods in org.eclipse.microprofile.graphql.tck.apps.superhero.model that return SuperHero.ShirtSizeModifier and TypeMethodDescriptionSuperHero.getSizeOfTShirt()static SuperHero.ShirtSizeReturns the enum constant of this type with the specified name.static SuperHero.ShirtSize[]SuperHero.ShirtSize.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.microprofile.graphql.tck.apps.superhero.model with parameters of type SuperHero.ShirtSizeModifier and TypeMethodDescriptionvoidSuperHero.setSizeOfTShirt(SuperHero.ShirtSize sizeOfTShirt)