opals::ValueSource Namespace Reference

Origin of an option value. More...

Enumerations

enum  Type {
  unknown, internalDefault, configFile, estimated,
  paramMapping, interFace, run, Count
}

Detailed Description

Origin of an option value.

Enumeration Type Documentation

enum Type
Enumerator:
unknown 

The value's origin is unknown.

internalDefault 

The value has been set internally by the module.

configFile 

The value has been parsed from a configuration file.

estimated 

The value has been estimated, probably based on other values.

paramMapping 

The value has been mapped from a parameter file.

interFace 

The value has been set interactively / via the public interface.

run 

The value has been set during module execution.

Count 

number of elements