Ejemplo n.º 1
0
//SetAllocLinkType sets AllocLinkType, Tag 197
func (m Allocation) SetAllocLinkType(v enum.AllocLinkType) {
	m.Set(field.NewAllocLinkType(v))
}
Ejemplo n.º 2
0
//SetAllocLinkType sets AllocLinkType, Tag 197
func (m Allocation) SetAllocLinkType(v int) {
	m.Set(field.NewAllocLinkType(v))
}