simple

package
v4.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2025 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

AllSeason_Nc_Jis lists all 4 values in order.

AllSeason_Nc_Jns lists all 4 values in order.

AllSeason_Nc_Jss lists all 4 values in order.

AllSeason_Nc_Sis lists all 4 values in order.

AllSeason_Nc_Sns lists all 4 values in order.

AllSeason_Nc_Sss lists all 4 values in order.

AllSeason_Nc_Tis lists all 4 values in order.

AllSeason_Nc_Tns lists all 4 values in order.

AllSeason_Nc_Tss lists all 4 values in order.

AllSeason_Uc_Jis lists all 4 values in order.

AllSeason_Uc_Jns lists all 4 values in order.

AllSeason_Uc_Jss lists all 4 values in order.

AllSeason_Uc_Sis lists all 4 values in order.

AllSeason_Uc_Sns lists all 4 values in order.

AllSeason_Uc_Tis lists all 4 values in order.

AllSeason_Uc_Tns lists all 4 values in order.

AllSeason_Uc_Tss lists all 4 values in order.

Functions

This section is empty.

Types

type Season_Nc_Ji

type Season_Nc_Ji uint
const (
	Spring_Nc_Ji, Summer_Nc_Ji, Autumn_Nc_Ji, Winter_Nc_Ji Season_Nc_Ji = 1, 2, 3, 4
)

func (Season_Nc_Ji) Int

func (v Season_Nc_Ji) Int() int

Int returns the int value, which is not necessarily the same as the ordinal. This facilitates polymorphism (see enum.IntEnum).

func (Season_Nc_Ji) IsValid

func (v Season_Nc_Ji) IsValid() bool

IsValid determines whether a Season_Nc_Ji is one of the defined constants.

func (Season_Nc_Ji) Ordinal

func (v Season_Nc_Ji) Ordinal() int

Ordinal returns the ordinal number of a Season_Nc_Ji. This is an integer counting from zero. It is *not* the same as the const number assigned to the value.

func (Season_Nc_Ji) String

func (v Season_Nc_Ji) String() string

String returns the literal string representation of a Season_Nc_Ji, which is the same as the const identifier but without prefix or suffix.

type Season_Nc_Jn

type Season_Nc_Jn uint
const (
	Spring_Nc_Jn, Summer_Nc_Jn, Autumn_Nc_Jn, Winter_Nc_Jn Season_Nc_Jn = 1, 2, 3, 4
)

func (Season_Nc_Jn) Int

func (v Season_Nc_Jn) Int() int

Int returns the int value, which is not necessarily the same as the ordinal. This facilitates polymorphism (see enum.IntEnum).

func (Season_Nc_Jn) IsValid

func (v Season_Nc_Jn) IsValid() bool

IsValid determines whether a Season_Nc_Jn is one of the defined constants.

func (Season_Nc_Jn) Ordinal

func (v Season_Nc_Jn) Ordinal() int

Ordinal returns the ordinal number of a Season_Nc_Jn. This is an integer counting from zero. It is *not* the same as the const number assigned to the value.

func (Season_Nc_Jn) String

func (v Season_Nc_Jn) String() string

String returns the literal string representation of a Season_Nc_Jn, which is the same as the const identifier but without prefix or suffix.

type Season_Nc_Js

type Season_Nc_Js uint
const (
	Spring_Nc_Js Season_Nc_Js // json:"Sprg"
	Summer_Nc_Js              // json:"Sumr"
	Autumn_Nc_Js              // json:"Autm"
	Winter_Nc_Js              // json:"Wint"
)

func (Season_Nc_Js) Int

func (v Season_Nc_Js) Int() int

Int returns the int value, which is not necessarily the same as the ordinal. This facilitates polymorphism (see enum.IntEnum).

func (Season_Nc_Js) IsValid

func (v Season_Nc_Js) IsValid() bool

IsValid determines whether a Season_Nc_Js is one of the defined constants.

func (Season_Nc_Js) Ordinal

func (v Season_Nc_Js) Ordinal() int

Ordinal returns the ordinal number of a Season_Nc_Js. This is an integer counting from zero. It is *not* the same as the const number assigned to the value.

func (Season_Nc_Js) String

func (v Season_Nc_Js) String() string

String returns the literal string representation of a Season_Nc_Js, which is the same as the const identifier but without prefix or suffix.

type Season_Nc_Si

type Season_Nc_Si uint
const (
	Spring_Nc_Si, Summer_Nc_Si, Autumn_Nc_Si, Winter_Nc_Si Season_Nc_Si = 1, 2, 3, 4
)

func (Season_Nc_Si) Int

func (v Season_Nc_Si) Int() int

Int returns the int value, which is not necessarily the same as the ordinal. This facilitates polymorphism (see enum.IntEnum).

func (Season_Nc_Si) IsValid

func (v Season_Nc_Si) IsValid() bool

IsValid determines whether a Season_Nc_Si is one of the defined constants.

func (Season_Nc_Si) Ordinal

func (v Season_Nc_Si) Ordinal() int

Ordinal returns the ordinal number of a Season_Nc_Si. This is an integer counting from zero. It is *not* the same as the const number assigned to the value.

func (Season_Nc_Si) String

func (v Season_Nc_Si) String() string

String returns the literal string representation of a Season_Nc_Si, which is the same as the const identifier but without prefix or suffix.

type Season_Nc_Sn

type Season_Nc_Sn uint
const (
	Spring_Nc_Sn, Summer_Nc_Sn, Autumn_Nc_Sn, Winter_Nc_Sn Season_Nc_Sn = 1, 2, 3, 4
)

func (Season_Nc_Sn) Int

func (v Season_Nc_Sn) Int() int

Int returns the int value, which is not necessarily the same as the ordinal. This facilitates polymorphism (see enum.IntEnum).

func (Season_Nc_Sn) IsValid

func (v Season_Nc_Sn) IsValid() bool

IsValid determines whether a Season_Nc_Sn is one of the defined constants.

func (Season_Nc_Sn) Ordinal

func (v Season_Nc_Sn) Ordinal() int

Ordinal returns the ordinal number of a Season_Nc_Sn. This is an integer counting from zero. It is *not* the same as the const number assigned to the value.

func (Season_Nc_Sn) String

func (v Season_Nc_Sn) String() string

String returns the literal string representation of a Season_Nc_Sn, which is the same as the const identifier but without prefix or suffix.

type Season_Nc_Ss

type Season_Nc_Ss uint
const (
	Spring_Nc_Ss Season_Nc_Ss // sql:"Sprg"
	Summer_Nc_Ss              // sql:"Sumr"
	Autumn_Nc_Ss              // sql:"Autm"
	Winter_Nc_Ss              // sql:"Wint"
)

func (Season_Nc_Ss) Int

func (v Season_Nc_Ss) Int() int

Int returns the int value, which is not necessarily the same as the ordinal. This facilitates polymorphism (see enum.IntEnum).

func (Season_Nc_Ss) IsValid

func (v Season_Nc_Ss) IsValid() bool

IsValid determines whether a Season_Nc_Ss is one of the defined constants.

func (Season_Nc_Ss) Ordinal

func (v Season_Nc_Ss) Ordinal() int

Ordinal returns the ordinal number of a Season_Nc_Ss. This is an integer counting from zero. It is *not* the same as the const number assigned to the value.

func (Season_Nc_Ss) String

func (v Season_Nc_Ss) String() string

String returns the literal string representation of a Season_Nc_Ss, which is the same as the const identifier but without prefix or suffix.

type Season_Nc_Ti

type Season_Nc_Ti uint
const (
	Spring_Nc_Ti, Summer_Nc_Ti, Autumn_Nc_Ti, Winter_Nc_Ti Season_Nc_Ti = 1, 2, 3, 4
)

func (Season_Nc_Ti) Int

func (v Season_Nc_Ti) Int() int

Int returns the int value, which is not necessarily the same as the ordinal. This facilitates polymorphism (see enum.IntEnum).

func (Season_Nc_Ti) IsValid

func (v Season_Nc_Ti) IsValid() bool

IsValid determines whether a Season_Nc_Ti is one of the defined constants.

func (Season_Nc_Ti) Ordinal

func (v Season_Nc_Ti) Ordinal() int

Ordinal returns the ordinal number of a Season_Nc_Ti. This is an integer counting from zero. It is *not* the same as the const number assigned to the value.

func (Season_Nc_Ti) String

func (v Season_Nc_Ti) String() string

String returns the literal string representation of a Season_Nc_Ti, which is the same as the const identifier but without prefix or suffix.

type Season_Nc_Tn

type Season_Nc_Tn uint
const (
	Spring_Nc_Tn, Summer_Nc_Tn, Autumn_Nc_Tn, Winter_Nc_Tn Season_Nc_Tn = 1, 2, 3, 4
)

func (Season_Nc_Tn) Int

func (v Season_Nc_Tn) Int() int

Int returns the int value, which is not necessarily the same as the ordinal. This facilitates polymorphism (see enum.IntEnum).

func (Season_Nc_Tn) IsValid

func (v Season_Nc_Tn) IsValid() bool

IsValid determines whether a Season_Nc_Tn is one of the defined constants.

func (Season_Nc_Tn) Ordinal

func (v Season_Nc_Tn) Ordinal() int

Ordinal returns the ordinal number of a Season_Nc_Tn. This is an integer counting from zero. It is *not* the same as the const number assigned to the value.

func (Season_Nc_Tn) String

func (v Season_Nc_Tn) String() string

String returns the literal string representation of a Season_Nc_Tn, which is the same as the const identifier but without prefix or suffix.

type Season_Nc_Ts

type Season_Nc_Ts uint
const (
	Spring_Nc_Tt Season_Nc_Ts // text:"Sprg"
	Summer_Nc_Tt              // text:"Sumr"
	Autumn_Nc_Tt              // text:"Autm"
	Winter_Nc_Tt              // text:"Wint"
)

func (Season_Nc_Ts) Int

func (v Season_Nc_Ts) Int() int

Int returns the int value, which is not necessarily the same as the ordinal. This facilitates polymorphism (see enum.IntEnum).

func (Season_Nc_Ts) IsValid

func (v Season_Nc_Ts) IsValid() bool

IsValid determines whether a Season_Nc_Ts is one of the defined constants.

func (Season_Nc_Ts) Ordinal

func (v Season_Nc_Ts) Ordinal() int

Ordinal returns the ordinal number of a Season_Nc_Ts. This is an integer counting from zero. It is *not* the same as the const number assigned to the value.

func (Season_Nc_Ts) String

func (v Season_Nc_Ts) String() string

String returns the literal string representation of a Season_Nc_Ts, which is the same as the const identifier but without prefix or suffix.

type Season_Uc_Ji

type Season_Uc_Ji uint
const (
	Spring_Uc_Ji, Summer_Uc_Ji, Autumn_Uc_Ji, Winter_Uc_Ji Season_Uc_Ji = 1, 2, 3, 4
)

func (Season_Uc_Ji) Int

func (v Season_Uc_Ji) Int() int

Int returns the int value, which is not necessarily the same as the ordinal. This facilitates polymorphism (see enum.IntEnum).

func (Season_Uc_Ji) IsValid

func (v Season_Uc_Ji) IsValid() bool

IsValid determines whether a Season_Uc_Ji is one of the defined constants.

func (Season_Uc_Ji) Ordinal

func (v Season_Uc_Ji) Ordinal() int

Ordinal returns the ordinal number of a Season_Uc_Ji. This is an integer counting from zero. It is *not* the same as the const number assigned to the value.

func (Season_Uc_Ji) String

func (v Season_Uc_Ji) String() string

String returns the literal string representation of a Season_Uc_Ji, which is the same as the const identifier but without prefix or suffix.

type Season_Uc_Jn

type Season_Uc_Jn uint
const (
	Spring_Uc_Jn Season_Uc_Jn
	Summer_Uc_Jn
	Autumn_Uc_Jn // 3
	Winter_Uc_Jn
)

func (Season_Uc_Jn) Int

func (v Season_Uc_Jn) Int() int

Int returns the int value, which is not necessarily the same as the ordinal. This facilitates polymorphism (see enum.IntEnum).

func (Season_Uc_Jn) IsValid

func (v Season_Uc_Jn) IsValid() bool

IsValid determines whether a Season_Uc_Jn is one of the defined constants.

func (Season_Uc_Jn) Ordinal

func (v Season_Uc_Jn) Ordinal() int

Ordinal returns the ordinal number of a Season_Uc_Jn. This is an integer counting from zero. It is *not* the same as the const number assigned to the value.

func (Season_Uc_Jn) String

func (v Season_Uc_Jn) String() string

String returns the literal string representation of a Season_Uc_Jn, which is the same as the const identifier but without prefix or suffix.

type Season_Uc_Js

type Season_Uc_Js uint
const (
	Spring_Uc_Js Season_Uc_Js // json:"Sprg"
	Summer_Uc_Js              // json:"Sumr"
	Autumn_Uc_Js              // json:"Autm"
	Winter_Uc_Js              // json:"Wint"
)

func (Season_Uc_Js) Int

func (v Season_Uc_Js) Int() int

Int returns the int value, which is not necessarily the same as the ordinal. This facilitates polymorphism (see enum.IntEnum).

func (Season_Uc_Js) IsValid

func (v Season_Uc_Js) IsValid() bool

IsValid determines whether a Season_Uc_Js is one of the defined constants.

func (Season_Uc_Js) Ordinal

func (v Season_Uc_Js) Ordinal() int

Ordinal returns the ordinal number of a Season_Uc_Js. This is an integer counting from zero. It is *not* the same as the const number assigned to the value.

func (Season_Uc_Js) String

func (v Season_Uc_Js) String() string

String returns the literal string representation of a Season_Uc_Js, which is the same as the const identifier but without prefix or suffix.

type Season_Uc_Si

type Season_Uc_Si uint
const (
	Spring_Uc_Si, Summer_Uc_Si, Autumn_Uc_Si, Winter_Uc_Si Season_Uc_Si = 1, 2, 3, 4
)

func (Season_Uc_Si) Int

func (v Season_Uc_Si) Int() int

Int returns the int value, which is not necessarily the same as the ordinal. This facilitates polymorphism (see enum.IntEnum).

func (Season_Uc_Si) IsValid

func (v Season_Uc_Si) IsValid() bool

IsValid determines whether a Season_Uc_Si is one of the defined constants.

func (Season_Uc_Si) Ordinal

func (v Season_Uc_Si) Ordinal() int

Ordinal returns the ordinal number of a Season_Uc_Si. This is an integer counting from zero. It is *not* the same as the const number assigned to the value.

func (Season_Uc_Si) String

func (v Season_Uc_Si) String() string

String returns the literal string representation of a Season_Uc_Si, which is the same as the const identifier but without prefix or suffix.

type Season_Uc_Sn

type Season_Uc_Sn uint
const (
	Spring_Uc_Sn, Summer_Uc_Sn, Autumn_Uc_Sn, Winter_Uc_Sn Season_Uc_Sn = 1, 2, 3, 4
)

func (Season_Uc_Sn) Int

func (v Season_Uc_Sn) Int() int

Int returns the int value, which is not necessarily the same as the ordinal. This facilitates polymorphism (see enum.IntEnum).

func (Season_Uc_Sn) IsValid

func (v Season_Uc_Sn) IsValid() bool

IsValid determines whether a Season_Uc_Sn is one of the defined constants.

func (Season_Uc_Sn) Ordinal

func (v Season_Uc_Sn) Ordinal() int

Ordinal returns the ordinal number of a Season_Uc_Sn. This is an integer counting from zero. It is *not* the same as the const number assigned to the value.

func (Season_Uc_Sn) String

func (v Season_Uc_Sn) String() string

String returns the literal string representation of a Season_Uc_Sn, which is the same as the const identifier but without prefix or suffix.

type Season_Uc_Ti

type Season_Uc_Ti uint
const (
	Spring_Uc_Ti, Summer_Uc_Ti, Autumn_Uc_Ti, Winter_Uc_Ti Season_Uc_Ti = 1, 2, 3, 4
)

func (Season_Uc_Ti) Int

func (v Season_Uc_Ti) Int() int

Int returns the int value, which is not necessarily the same as the ordinal. This facilitates polymorphism (see enum.IntEnum).

func (Season_Uc_Ti) IsValid

func (v Season_Uc_Ti) IsValid() bool

IsValid determines whether a Season_Uc_Ti is one of the defined constants.

func (Season_Uc_Ti) Ordinal

func (v Season_Uc_Ti) Ordinal() int

Ordinal returns the ordinal number of a Season_Uc_Ti. This is an integer counting from zero. It is *not* the same as the const number assigned to the value.

func (Season_Uc_Ti) String

func (v Season_Uc_Ti) String() string

String returns the literal string representation of a Season_Uc_Ti, which is the same as the const identifier but without prefix or suffix.

type Season_Uc_Tn

type Season_Uc_Tn uint
const (
	Spring_Uc_Tn, Summer_Uc_Tn, Autumn_Uc_Tn, Winter_Uc_Tn Season_Uc_Tn = 1, 2, 3, 4
)

func (Season_Uc_Tn) Int

func (v Season_Uc_Tn) Int() int

Int returns the int value, which is not necessarily the same as the ordinal. This facilitates polymorphism (see enum.IntEnum).

func (Season_Uc_Tn) IsValid

func (v Season_Uc_Tn) IsValid() bool

IsValid determines whether a Season_Uc_Tn is one of the defined constants.

func (Season_Uc_Tn) Ordinal

func (v Season_Uc_Tn) Ordinal() int

Ordinal returns the ordinal number of a Season_Uc_Tn. This is an integer counting from zero. It is *not* the same as the const number assigned to the value.

func (Season_Uc_Tn) String

func (v Season_Uc_Tn) String() string

String returns the literal string representation of a Season_Uc_Tn, which is the same as the const identifier but without prefix or suffix.

type Season_Uc_Ts

type Season_Uc_Ts uint
const (
	Spring_Uc_Tt Season_Uc_Ts // text:"Sprg"
	Summer_Uc_Tt              // text:"Sumr"
	Autumn_Uc_Tt              // text:"Autm"
	Winter_Uc_Tt              // text:"Wint"
)

func (Season_Uc_Ts) Int

func (v Season_Uc_Ts) Int() int

Int returns the int value, which is not necessarily the same as the ordinal. This facilitates polymorphism (see enum.IntEnum).

func (Season_Uc_Ts) IsValid

func (v Season_Uc_Ts) IsValid() bool

IsValid determines whether a Season_Uc_Ts is one of the defined constants.

func (Season_Uc_Ts) Ordinal

func (v Season_Uc_Ts) Ordinal() int

Ordinal returns the ordinal number of a Season_Uc_Ts. This is an integer counting from zero. It is *not* the same as the const number assigned to the value.

func (Season_Uc_Ts) String

func (v Season_Uc_Ts) String() string

String returns the literal string representation of a Season_Uc_Ts, which is the same as the const identifier but without prefix or suffix.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL