Interface IConstValueBuilder<V>
-
- Type Parameters:
V- Type of the constant value.
- All Superinterfaces:
org.apache.commons.lang3.builder.Builder<V>,ISubTypeValueBuilder<V,IConstValueBuilder<V>>,IValueBuilder<V>,IValueConfigurator
public interface IConstValueBuilder<V> extends ISubTypeValueBuilder<V,IConstValueBuilder<V>>
AIValueBuilderfor creating a constant value.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default IConstValueBuilder<V>asThis()-
Methods inherited from interface de.xima.fc.interfaces.workflow.value.ISubTypeValueBuilder
value, whenBoolean, whenConst, whenFloat, whenInteger, whenList, whenMap, whenNull, whenRecord, whenString, whenTuple, whenUnion, whenVoid
-
-
-
-
Method Detail
-
asThis
default IConstValueBuilder<V> asThis()
- Specified by:
asThisin interfaceISubTypeValueBuilder<V,IConstValueBuilder<V>>- Returns:
- This instance.
-
-