Uses of Class
org.isda.cdm.LengthUnitEnum
-
Packages that use LengthUnitEnum Package Description org.isda.cdm -
-
Uses of LengthUnitEnum in org.isda.cdm
Fields in org.isda.cdm declared as LengthUnitEnum Modifier and Type Field Description protected LengthUnitEnum
ResourceLength.ResourceLengthBuilder. lengthUnit
Methods in org.isda.cdm that return LengthUnitEnum Modifier and Type Method Description LengthUnitEnum
ResourceLength. getLengthUnit()
The length unit of the resource.LengthUnitEnum
ResourceLength.ResourceLengthBuilder. getLengthUnit()
static LengthUnitEnum
LengthUnitEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LengthUnitEnum[]
LengthUnitEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.isda.cdm with parameters of type LengthUnitEnum Modifier and Type Method Description ResourceLength.ResourceLengthBuilder
ResourceLength.ResourceLengthBuilder. setLengthUnit(LengthUnitEnum lengthUnit)
-