Uses of Class
io.dialob.program.model.ImmutableConstantValue
-
Packages that use ImmutableConstantValue Package Description io.dialob.program.model -
-
Uses of ImmutableConstantValue in io.dialob.program.model
Methods in io.dialob.program.model that return ImmutableConstantValue Modifier and Type Method Description ImmutableConstantValue<T>ImmutableConstantValue.Builder. build()Builds a newImmutableConstantValue.static <T> ImmutableConstantValue<T>ImmutableConstantValue. copyOf(ConstantValue<T> instance)Creates an immutable copy of aConstantValuevalue.ImmutableConstantValue<T>ImmutableConstantValue. withValue(T value)Copy the current immutable object by setting a value for thevalueattribute.ImmutableConstantValue<T>ImmutableConstantValue. withValueType(ValueType value)Copy the current immutable object by setting a value for thevalueTypeattribute.
-