Documentation
¶
Index ¶
Constants ¶
View Source
const NAME = "UIBundle"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UIBundle ¶
type UIBundle struct {
metadata.MetadataInfo
XMLName xml.Name `xml:"UIBundle"`
Xmlns string `xml:"xmlns,attr"`
MasterLabel *struct {
Text string `xml:",chardata"`
} `xml:"masterLabel"`
Description *struct {
Text string `xml:",chardata"`
} `xml:"description"`
IsActive *struct {
Text string `xml:",chardata"`
} `xml:"isActive"`
Version *struct {
Text string `xml:",chardata"`
} `xml:"version"`
BundleFiles map[string][]byte `xml:"-"`
SourcePath string `xml:"-"`
}
func (*UIBundle) SetMetadata ¶
func (c *UIBundle) SetMetadata(m metadata.MetadataInfo)
func (*UIBundle) Type ¶
func (c *UIBundle) Type() metadata.MetadataType
Click to show internal directories.
Click to hide internal directories.