Uses of Enum Class
net.finmath.smartcontract.product.xml.LengthUnitEnum
Packages that use LengthUnitEnum
-
Uses of LengthUnitEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as LengthUnitEnumMethods in net.finmath.smartcontract.product.xml that return LengthUnitEnumModifier and TypeMethodDescriptionstatic LengthUnitEnumResourceLength.getLengthUnit()Gets the value of the lengthUnit property.static LengthUnitEnumReturns the enum constant of this class with the specified name.static LengthUnitEnum[]LengthUnitEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.finmath.smartcontract.product.xml with parameters of type LengthUnitEnumModifier and TypeMethodDescriptionvoidResourceLength.setLengthUnit(LengthUnitEnum value) Sets the value of the lengthUnit property.