// Code generated by "stringer -type=Type"; DO NOT EDIT.

package attribute

import 

func () {
	// An "invalid array index" compiler error signifies that the constant values have changed.
	// Re-run the stringer command to generate them again.
	var  [1]struct{}
	_ = [INVALID-0]
	_ = [BOOL-1]
	_ = [INT64-2]
	_ = [FLOAT64-3]
	_ = [STRING-4]
	_ = [BOOLSLICE-5]
	_ = [INT64SLICE-6]
	_ = [FLOAT64SLICE-7]
	_ = [STRINGSLICE-8]
}

const _Type_name = "INVALIDBOOLINT64FLOAT64STRINGBOOLSLICEINT64SLICEFLOAT64SLICESTRINGSLICE"

var _Type_index = [...]uint8{0, 7, 11, 16, 23, 29, 38, 48, 60, 71}

func ( Type) () string {
	if  < 0 ||  >= Type(len(_Type_index)-1) {
		return "Type(" + strconv.FormatInt(int64(), 10) + ")"
	}
	return _Type_name[_Type_index[]:_Type_index[+1]]
}