Documentation
¶
Index ¶
- Variables
- type Variant
- func (it *Variant) AsBasicByteEnumContractsBinder() coreinterface.BasicByteEnumContractsBinder
- func (it *Variant) AsBasicEnumContractsBinder() coreinterface.BasicEnumContractsBinder
- func (it Variant) IsAnyDevelopment() bool
- func (it Variant) IsAnyProduction() bool
- func (it Variant) IsAnyTest() bool
- func (it Variant) IsDevelopment() bool
- func (it Variant) IsDevelopment1() bool
- func (it Variant) IsDevelopment2() bool
- func (it Variant) IsInitialized() bool
- func (it Variant) IsProduction() bool
- func (it Variant) IsProduction1() bool
- func (it Variant) IsProduction2() bool
- func (it Variant) IsTest() bool
- func (it Variant) IsTest1() bool
- func (it Variant) IsTest2() bool
- func (it Variant) IsUninitialized() bool
- func (it *Variant) MarshalJSON() ([]byte, error)
- func (it *Variant) MaxByte() byte
- func (it *Variant) MinByte() byte
- func (it *Variant) Name() string
- func (it Variant) NameValue() string
- func (it Variant) RangeNamesCsv() string
- func (it *Variant) RangesByte() []byte
- func (it Variant) String() string
- func (it *Variant) ToNumberString() string
- func (it Variant) TypeName() string
- func (it *Variant) UnmarshalJSON(data []byte) error
- func (it *Variant) UnmarshallEnumToValue(jsonUnmarshallingValue []byte) (byte, error)
- func (it *Variant) ValueByte() byte
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Ranges = [...]string{ Uninitialized: "Uninitialized", Development: "Development", Development1: "Development1", Development2: "Development2", Test: "Test", Test1: "Test1", Test2: "Test2", Production: "Production", Production1: "Production1", Production2: "Production2", } BasicEnumImpl = enumimpl.NewBasicByteUsingIndexedSlice( reflectinternal.TypeName(Uninitialized), Ranges[:]) )
Functions ¶
This section is empty.
Types ¶
type Variant ¶
type Variant byte
func (*Variant) AsBasicByteEnumContractsBinder ¶
func (it *Variant) AsBasicByteEnumContractsBinder() coreinterface.BasicByteEnumContractsBinder
func (*Variant) AsBasicEnumContractsBinder ¶
func (it *Variant) AsBasicEnumContractsBinder() coreinterface.BasicEnumContractsBinder
func (Variant) IsAnyDevelopment ¶
func (Variant) IsAnyProduction ¶
func (Variant) IsDevelopment ¶
func (Variant) IsDevelopment1 ¶
func (Variant) IsDevelopment2 ¶
func (Variant) IsInitialized ¶
func (Variant) IsProduction ¶
func (Variant) IsProduction1 ¶
func (Variant) IsProduction2 ¶
func (Variant) IsUninitialized ¶
func (*Variant) MarshalJSON ¶
func (Variant) RangeNamesCsv ¶
func (*Variant) RangesByte ¶
func (*Variant) ToNumberString ¶
func (*Variant) UnmarshalJSON ¶
func (*Variant) UnmarshallEnumToValue ¶
Click to show internal directories.
Click to hide internal directories.