Package | Description |
---|---|
org.eclipse.microprofile.graphql.tck.apps.superhero.model |
Modifier and Type | Method and Description |
---|---|
SuperHero.ShirtSize |
SuperHero.getSizeOfTShirt() |
static SuperHero.ShirtSize |
SuperHero.ShirtSize.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
void |
SuperHero.setSizeOfTShirt(SuperHero.ShirtSize sizeOfTShirt) |
Copyright © 2021 Eclipse Foundation. All rights reserved.