Documentation ¶
Overview ¶
Package numericfielddataformat
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Array = NumericFielddataFormat{"array"} Disabled = NumericFielddataFormat{"disabled"} )
Functions ¶
This section is empty.
Types ¶
type NumericFielddataFormat ¶
type NumericFielddataFormat struct {
Name string
}
func (NumericFielddataFormat) MarshalText ¶
func (n NumericFielddataFormat) MarshalText() (text []byte, err error)
func (NumericFielddataFormat) String ¶
func (n NumericFielddataFormat) String() string
func (*NumericFielddataFormat) UnmarshalText ¶
func (n *NumericFielddataFormat) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.