Package | Description |
---|---|
org.eclipse.microprofile.graphql.tck.apps.basic.api |
Modifier and Type | Method and Description |
---|---|
BasicEnum |
BasicInput.getCountdownPlace() |
static BasicEnum |
BasicEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicEnum[] |
BasicEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicInput.setCountdownPlace(BasicEnum countdownPlace) |
Copyright © 2021 Eclipse Foundation. All rights reserved.