// 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{}
	_ = [EMPTY-0]
	_ = [BOOL-1]
	_ = [INT64-2]
	_ = [FLOAT64-3]
	_ = [STRING-4]
	_ = [BOOLSLICE-5]
	_ = [INT64SLICE-6]
	_ = [FLOAT64SLICE-7]
	_ = [STRINGSLICE-8]
	_ = [BYTESLICE-9]
	_ = [SLICE-10]
}

const _Type_name = "EMPTYBOOLINT64FLOAT64STRINGBOOLSLICEINT64SLICEFLOAT64SLICESTRINGSLICEBYTESLICESLICE"

var _Type_index = [...]uint8{0, 5, 9, 14, 21, 27, 36, 46, 58, 69, 78, 83}

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