コード例 #1
0
//SetPartyRelationship sets PartyRelationship, Tag 1515
func (m NoPartyRelationships) SetPartyRelationship(v enum.PartyRelationship) {
	m.Set(field.NewPartyRelationship(v))
}
コード例 #2
0
//SetPartyRelationship sets PartyRelationship, Tag 1515
func (m NoPartyRelationships) SetPartyRelationship(v int) {
	m.Set(field.NewPartyRelationship(v))
}