Uses of Class
com.opengamma.strata.basics.value.ValueAdjustmentType
-
Packages that use ValueAdjustmentType Package Description com.opengamma.strata.basics.value Basic financial tools for working with values. -
-
Uses of ValueAdjustmentType in com.opengamma.strata.basics.value
Methods in com.opengamma.strata.basics.value that return ValueAdjustmentType Modifier and Type Method Description ValueAdjustmentType
ValueAdjustment. getType()
Gets the type of adjustment to make.static ValueAdjustmentType
ValueAdjustmentType. of(String name)
Obtains an instance from the specified name.static ValueAdjustmentType
ValueAdjustmentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValueAdjustmentType[]
ValueAdjustmentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.basics.value that return types with arguments of type ValueAdjustmentType Modifier and Type Method Description org.joda.beans.MetaProperty<ValueAdjustmentType>
ValueAdjustment.Meta. type()
The meta-property for thetype
property.
-