org_isda_cdm.LengthUnitEnum.LengthUnitEnum.go Maven / Gradle / Ivy
/**
* This file is auto-generated from the ISDA Common Domain Model, do not edit.
* Version: 6.0.0-dev.82
*/
package LengthUnitEnum
import . "org_isda_cdm"
/**
* The enumerated values to specify the length unit in the Resource type.
*/
const (
PAGES LengthUnitEnum = iota + 1
TIME_UNIT LengthUnitEnum = iota + 1
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy