public enum FunctionImplementationType extends Enum<FunctionImplementationType>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExternal() |
static FunctionImplementationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionImplementationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FunctionImplementationType JAVA
public static final FunctionImplementationType SQL
public static final FunctionImplementationType THRIFT
public static final FunctionImplementationType GRPC
public static FunctionImplementationType[] values()
for (FunctionImplementationType c : FunctionImplementationType.values()) System.out.println(c);
public static FunctionImplementationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isExternal()
Copyright © 2012–2022. All rights reserved.