Uses of Class
net.pricefx.formulaengine.scripting.Matrix2D.BucketNaming
-
Packages that use Matrix2D.BucketNaming Package Description net.pricefx.formulaengine.scripting Provides API related to scripting, including interfacePublicGroovyAPI
, that represents what can be reached in the Groovy element syntax asapi
. -
-
Uses of Matrix2D.BucketNaming in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that return Matrix2D.BucketNaming Modifier and Type Method Description static Matrix2D.BucketNaming
Matrix2D.BucketNaming. valueOf(String name)
Returns the enum constant of this type with the specified name.static Matrix2D.BucketNaming[]
Matrix2D.BucketNaming. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-