Documentation
¶
Index ¶
Constants ¶
View Source
const NAME = "GlobalValueSet"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomValue ¶
type GlobalValueSet ¶
type GlobalValueSet struct {
metadata.MetadataInfo
XMLName xml.Name `xml:"GlobalValueSet"`
Xmlns string `xml:"xmlns,attr"`
CustomValue []CustomValue `xml:"customValue"`
Description *struct {
Text string `xml:",chardata"`
} `xml:"description"`
MasterLabel struct {
Text string `xml:",chardata"`
} `xml:"masterLabel"`
Sorted *BooleanText `xml:"sorted"`
}
func Open ¶
func Open(path string) (*GlobalValueSet, error)
func (*GlobalValueSet) GetValues ¶
func (o *GlobalValueSet) GetValues(filters ...ValueFilter) []CustomValue
func (*GlobalValueSet) SetMetadata ¶
func (c *GlobalValueSet) SetMetadata(m metadata.MetadataInfo)
func (*GlobalValueSet) Tidy ¶
func (p *GlobalValueSet) Tidy()
func (*GlobalValueSet) Type ¶
func (c *GlobalValueSet) Type() metadata.MetadataType
func (*GlobalValueSet) UpdateGlobalValueSet ¶
func (o *GlobalValueSet) UpdateGlobalValueSet(updates GlobalValueSet) error
type ValueFilter ¶
type ValueFilter func(CustomValue) bool
Click to show internal directories.
Click to hide internal directories.