Parameter: Parameter

Description Public fields Methods

Description

Parameter

Parameter

Public fields

name

Name of the parameter

description

Short description of the parameter

schema

Type and subtype of the parameter

optional

Is this parameter required for the process

value

Value of the parameter

parameters

Included parameters

Methods

Public methods


Method new()

Usage
Parameter$new(name = NA, description = NA, schema = NA, optional = FALSE)
Arguments
name

Name of the parameter

description

Short description of the parameter

schema

Type and subtype of the parameter

optional

Is this parameter required for the process


Method parameterInfo()

Get the information of the parameter

Usage
Parameter$parameterInfo()
Returns

list of information


Method clone()

The objects of this class are cloneable with this method.

Usage
Parameter$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


ReneStalitza/openEo.gdalcubes documentation built on Feb. 12, 2021, 8:01 a.m.