Uses of Class
com.opengamma.strata.basics.value.ValueSchedule.Builder
-
Packages that use ValueSchedule.Builder Package Description com.opengamma.strata.basics.value Basic financial tools for working with values. -
-
Uses of ValueSchedule.Builder in com.opengamma.strata.basics.value
Methods in com.opengamma.strata.basics.value that return ValueSchedule.Builder Modifier and Type Method Description static ValueSchedule.BuilderValueSchedule. builder()Returns a builder used to create an instance of the bean.ValueSchedule.BuilderValueSchedule.Meta. builder()ValueSchedule.BuilderValueSchedule.Builder. initialValue(double initialValue)Sets the initial value.ValueSchedule.BuilderValueSchedule.Builder. set(String propertyName, Object newValue)ValueSchedule.BuilderValueSchedule.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)ValueSchedule.BuilderValueSchedule.Builder. steps(ValueStep... steps)Sets thestepsproperty in the builder from an array of objects.ValueSchedule.BuilderValueSchedule.Builder. steps(List<ValueStep> steps)Sets the steps defining the change in the value.ValueSchedule.BuilderValueSchedule.Builder. stepSequence(ValueStepSequence stepSequence)Sets the sequence of steps changing the value.ValueSchedule.BuilderValueSchedule. toBuilder()Returns a builder that allows this bean to be mutated.
-