// All material copyright Esri, All Rights Reserved, unless otherwise specified. // See https://js.arcgis.com/4.30/esri/copyright.txt for details. //>>built define("exports ../../chunks/tslib.es6 ../../core/JSONSupport ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/RandomLCG ../../core/accessorSupport/decorators/subclass".split(" "),function(a,b,e,d,h,k,l,f){var c;a.CodedValue=c=class extends e.JSONSupport{constructor(g){super(g);this.code=this.name=null}clone(){return new c({name:this.name,code:this.code})}};b.__decorate([d.property({type:String,json:{write:!0}})],a.CodedValue.prototype,"name",void 0);b.__decorate([d.property({type:[String, Number],json:{write:!0}})],a.CodedValue.prototype,"code",void 0);a.CodedValue=c=b.__decorate([f.subclass("esri.layers.support.CodedValue")],a.CodedValue);Object.defineProperty(a,Symbol.toStringTag,{value:"Module"})});