10Duke Java Core
Loading...
Searching...
No Matches
tenduke.sdk.core.model.config.ConfigOperationMode Enum Reference

Detailed Description

Mode flag to control behavior for configuration implementations that apply logic and defaults on top of raw values.

Public Attributes

 DEFAULT
 The default mode will trigger behavior defined by the configuration specification for default values when the configuration instance encounters an undefined value.
 
 RAW
 The raw mode will trigger behavior that returns the raw field value of the configuration instance even if encountering an undefined value.
 

The documentation for this enum was generated from the following file: