Esempio n. 1
0
//	Since TxsdSpace is just a simple String type, this merely returns the current string value.
func (me TxsdSpace) String() string { return xsdt.Token(me).String() }
Esempio n. 2
0
//	This convenience method just performs a simple type conversion to TxsdSpace's alias type xsdt.Token.
func (me TxsdSpace) ToXsdtToken() xsdt.Token { return xsdt.Token(me) }
Esempio n. 3
0
//	Since TxsdActuate is just a simple String type, this merely returns the current string value.
func (me TxsdActuate) String() string { return xsdt.Token(me).String() }
Esempio n. 4
0
//	This convenience method just performs a simple type conversion to TxsdActuate's alias type xsdt.Token.
func (me TxsdActuate) ToXsdtToken() xsdt.Token { return xsdt.Token(me) }
Esempio n. 5
0
//	This convenience method just performs a simple type conversion to TxsdShow's alias type xsdt.Token.
func (me TxsdShow) ToXsdtToken() xsdt.Token { return xsdt.Token(me) }
Esempio n. 6
0
//	Since TxsdShow is just a simple String type, this merely returns the current string value.
func (me TxsdShow) String() string { return xsdt.Token(me).String() }