| Package | Description |
|---|---|
| com.facebook.presto.common.type |
| Modifier and Type | Method and Description |
|---|---|
static ParameterKind |
ParameterKind.fromJsonValue(String value) |
ParameterKind |
TypeSignatureParameter.getKind() |
ParameterKind |
TypeParameter.getKind() |
static ParameterKind |
ParameterKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterKind[] |
ParameterKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<A> A |
TypeParameter.getValue(ParameterKind expectedParameterKind,
Class<A> target) |
Copyright © 2012–2022. All rights reserved.