Uses of Class
com.opengamma.strata.basics.value.ValueStep.Builder
-
Packages that use ValueStep.Builder Package Description com.opengamma.strata.basics.value Basic financial tools for working with values. -
-
Uses of ValueStep.Builder in com.opengamma.strata.basics.value
Methods in com.opengamma.strata.basics.value that return ValueStep.Builder Modifier and Type Method Description static ValueStep.BuilderValueStep. builder()Returns a builder used to create an instance of the bean.ValueStep.BuilderValueStep.Meta. builder()ValueStep.BuilderValueStep.Builder. date(LocalDate date)Sets the date of the schedule period boundary at which the change occurs.ValueStep.BuilderValueStep.Builder. periodIndex(Integer periodIndex)Sets the index of the schedule period boundary at which the change occurs.ValueStep.BuilderValueStep.Builder. set(String propertyName, Object newValue)ValueStep.BuilderValueStep.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)ValueStep.BuilderValueStep. toBuilder()Returns a builder that allows this bean to be mutated.ValueStep.BuilderValueStep.Builder. value(ValueAdjustment value)Sets the value representing the change that occurs.
-