Version: Beta-4.1.1-r5927-b91

OmeroBlitz Api
Home Previous Up Next Index

omero::grid::Param

Overview

class Param

A single parameter to a Job. For example, used by ScriptJobs to define what the input and output environment variables should be.

Used By

ParamMap

Data Member Index

name
description
optional
prototype

Data Members

string name;

string description;

bool optional;

RType prototype;


Home Previous Up Next Index