Uses of Interface
io.dialob.program.model.ConstantValue
-
Packages that use ConstantValue Package Description io.dialob.program.model -
-
Uses of ConstantValue in io.dialob.program.model
Classes in io.dialob.program.model that implement ConstantValue Modifier and Type Class Description classImmutableConstantValue<T>Immutable implementation ofConstantValue.Methods in io.dialob.program.model with parameters of type ConstantValue Modifier and Type Method Description static <T> ImmutableConstantValue<T>ImmutableConstantValue. copyOf(ConstantValue<T> instance)Creates an immutable copy of aConstantValuevalue.ImmutableConstantValue.Builder<T>ImmutableConstantValue.Builder. from(ConstantValue<T> instance)Fill a builder with attribute values from the providedio.dialob.program.model.ConstantValueinstance.
-