Package | Description |
---|---|
it.geosolutions.jaiext.jiffle.parser |
Jiffle parser and support classes.
|
Modifier and Type | Method and Description |
---|---|
static FunctionInfo.Provider |
FunctionInfo.Provider.get(String name)
Gets the
Provider for a given provider name. |
static FunctionInfo.Provider |
FunctionInfo.Provider.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionInfo.Provider[] |
FunctionInfo.Provider.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FunctionInfo(String jiffleName,
String runtimeName,
FunctionInfo.Provider provider,
boolean isVolatile,
String returnTypeLabel,
String... argTypeLabels)
Creates a function info object.
|
Copyright © 2006–2018 GeoSolutions. All rights reserved.