ValueSource

public final enum ValueSource extends Enum<E extends Enum<E>>

Indicates the source of a value. "static" indicates the value was defined by a static constant. "default" indicates the value was defined by default config. "remote" indicates the value was defined by config produced by evaluating a template.

Inherited Method Summary

Enum Values

public static final ValueSource DEFAULT

public static final ValueSource REMOTE

public static final ValueSource STATIC