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.Builder
ValueStep. builder()
Returns a builder used to create an instance of the bean.ValueStep.Builder
ValueStep.Meta. builder()
ValueStep.Builder
ValueStep.Builder. date(LocalDate date)
Sets the date of the schedule period boundary at which the change occurs.ValueStep.Builder
ValueStep.Builder. periodIndex(Integer periodIndex)
Sets the index of the schedule period boundary at which the change occurs.ValueStep.Builder
ValueStep.Builder. set(String propertyName, Object newValue)
ValueStep.Builder
ValueStep.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)
ValueStep.Builder
ValueStep. toBuilder()
Returns a builder that allows this bean to be mutated.ValueStep.Builder
ValueStep.Builder. value(ValueAdjustment value)
Sets the value representing the change that occurs.
-