Package uk.ac.starlink.ttools.jel
Class JELArrayFunction.XResolver
java.lang.Object
gnu.jel.DVMap
uk.ac.starlink.ttools.jel.JELArrayFunction.XResolver
- Enclosing class:
- JELArrayFunction<I,
O>
public static class JELArrayFunction.XResolver
extends gnu.jel.DVMap
This public class is an implementation detail,
not intended for external use.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getBooleanProperty
(String name) byte
getByteProperty
(String name) char
getCharProperty
(String name) double
getDoubleProperty
(String name) float
getFloatProperty
(String name) int
getIntProperty
(String name) long
getLongProperty
(String name) getObjectProperty
(String name) short
getShortProperty
(String name) getStringProperty
(String name) getTypeName
(String name) Methods inherited from class gnu.jel.DVMap
translate
-
Method Details
-
getTypeName
- Specified by:
getTypeName
in classgnu.jel.DVMap
-
getByteProperty
-
getShortProperty
-
getIntProperty
-
getLongProperty
-
getFloatProperty
-
getDoubleProperty
-
getBooleanProperty
-
getCharProperty
-
getStringProperty
-
getObjectProperty
-