Package opendap.dts
Class SSFdummyval
- java.lang.Object
-
- opendap.dts.SSFdummyval
-
- All Implemented Interfaces:
opendap.servers.BTFunction,opendap.servers.ServerSideFunction
public class SSFdummyval extends Object implements opendap.servers.BTFunction
-
-
Constructor Summary
Constructors Constructor Description SSFdummyval()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckArgs(List args)opendap.dap.BaseTypeevaluate(List args)StringgetName()opendap.dap.BaseTypegetReturnType(List args)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceopendap.servers.ServerSideFunction
-
checkArgs
public void checkArgs(List args) throws InvalidParameterException
- Specified by:
checkArgsin interfaceopendap.servers.ServerSideFunction- Throws:
InvalidParameterException
-
getReturnType
public opendap.dap.BaseType getReturnType(List args)
- Specified by:
getReturnTypein interfaceopendap.servers.BTFunction
-
evaluate
public opendap.dap.BaseType evaluate(List args) throws opendap.servers.DAP2ServerSideException
- Specified by:
evaluatein interfaceopendap.servers.BTFunction- Throws:
opendap.servers.DAP2ServerSideException
-
-