Ejemplo n.º 1
0
//SetQuantityType sets QuantityType, Tag 465
func (m NoRelatedSym) SetQuantityType(v int) {
	m.Set(field.NewQuantityType(v))
}
Ejemplo n.º 2
0
//SetQuantityType sets QuantityType, Tag 465
func (m NoRelatedSym) SetQuantityType(v enum.QuantityType) {
	m.Set(field.NewQuantityType(v))
}
Ejemplo n.º 3
0
//SetQuantityType sets QuantityType, Tag 465
func (m IOI) SetQuantityType(v int) {
	m.Set(field.NewQuantityType(v))
}
Ejemplo n.º 4
0
//SetQuantityType sets QuantityType, Tag 465
func (m IOI) SetQuantityType(v enum.QuantityType) {
	m.Set(field.NewQuantityType(v))
}