Documentation ¶
Index ¶
- type SdNamespaceFilter
- func (i SdNamespaceFilter) Caption() string
- func (i SdNamespaceFilter) CaptionMap() map[SdNamespaceFilter]string
- func (i SdNamespaceFilter) Description() string
- func (i SdNamespaceFilter) DescriptionMap() map[SdNamespaceFilter]string
- func (i SdNamespaceFilter) IntString() string
- func (i SdNamespaceFilter) IntValue() int
- func (i SdNamespaceFilter) Key() string
- func (i SdNamespaceFilter) KeyMap() map[SdNamespaceFilter]string
- func (i SdNamespaceFilter) NameMap() map[string]SdNamespaceFilter
- func (i SdNamespaceFilter) ParseByKey(s string) (SdNamespaceFilter, error)
- func (i SdNamespaceFilter) ParseByName(s string) (SdNamespaceFilter, error)
- func (i SdNamespaceFilter) String() string
- func (i SdNamespaceFilter) Valid() bool
- func (i SdNamespaceFilter) ValueSlice() []SdNamespaceFilter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SdNamespaceFilter ¶
type SdNamespaceFilter int
const ( UNKNOWN SdNamespaceFilter = 0 PublicDnsNamespace SdNamespaceFilter = 1 PrivateDnsNamespace SdNamespaceFilter = 2 Both SdNamespaceFilter = 3 )
func (SdNamespaceFilter) Caption ¶
func (i SdNamespaceFilter) Caption() string
Caption retrieves a SdNamespaceFilter enum string caption
func (SdNamespaceFilter) CaptionMap ¶
func (i SdNamespaceFilter) CaptionMap() map[SdNamespaceFilter]string
CaptionMap returns all captions of the enum SdNamespaceFilter in a K:SdNamespaceFilter,V:caption map
func (SdNamespaceFilter) Description ¶
func (i SdNamespaceFilter) Description() string
Description retrieves a SdNamespaceFilter enum string description
func (SdNamespaceFilter) DescriptionMap ¶
func (i SdNamespaceFilter) DescriptionMap() map[SdNamespaceFilter]string
DescriptionMap returns all descriptions of the enum SdNamespaceFilter in a K:SdNamespaceFilter,V:description map
func (SdNamespaceFilter) IntString ¶
func (i SdNamespaceFilter) IntString() string
IntString gets the intrinsic enum integer value represented in string format
func (SdNamespaceFilter) IntValue ¶
func (i SdNamespaceFilter) IntValue() int
IntValue gets the intrinsic enum integer value
func (SdNamespaceFilter) Key ¶
func (i SdNamespaceFilter) Key() string
Key retrieves a SdNamespaceFilter enum string key
func (SdNamespaceFilter) KeyMap ¶
func (i SdNamespaceFilter) KeyMap() map[SdNamespaceFilter]string
KeyMap returns all keys of the enum SdNamespaceFilter in a K:SdNamespaceFilter,V:key map
func (SdNamespaceFilter) NameMap ¶
func (i SdNamespaceFilter) NameMap() map[string]SdNamespaceFilter
NameMap returns all names of the enum SdNamespaceFilter in a K:name,V:SdNamespaceFilter map
func (SdNamespaceFilter) ParseByKey ¶
func (i SdNamespaceFilter) ParseByKey(s string) (SdNamespaceFilter, error)
ParseByKey retrieves a SdNamespaceFilter enum value from the enum string key, throws an error if the param is not part of the enum
func (SdNamespaceFilter) ParseByName ¶
func (i SdNamespaceFilter) ParseByName(s string) (SdNamespaceFilter, error)
ParseByName retrieves a SdNamespaceFilter enum value from the enum string name, throws an error if the param is not part of the enum
func (SdNamespaceFilter) String ¶
func (i SdNamespaceFilter) String() string
func (SdNamespaceFilter) Valid ¶
func (i SdNamespaceFilter) Valid() bool
Valid returns 'true' if the value is listed in the SdNamespaceFilter enum map definition, 'false' otherwise
func (SdNamespaceFilter) ValueSlice ¶
func (i SdNamespaceFilter) ValueSlice() []SdNamespaceFilter
ValueSlice returns all values of the enum SdNamespaceFilter in a slice