// All material copyright Esri, All Rights Reserved, unless otherwise specified. // See https://js.arcgis.com/4.30/esri/copyright.txt for details. //>>built define("../../chunks/tslib.es6 ../../core/JSONSupport ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/RandomLCG ../../core/accessorSupport/decorators/subclass".split(" "),function(b,a,c,f,g,h,d){a=class extends a.JSONSupport{constructor(e){super(e);this.defaultValue=this.role=this.systemMaintained=this.defaultVisibility=this.required=this.editable=this.nullable=this.hasZ=this.hasM=this.geometryType=this.fieldType=this.alias=this.name=null}};b.__decorate([c.property({type:String, json:{write:!0}})],a.prototype,"name",void 0);b.__decorate([c.property({type:String,json:{write:!0}})],a.prototype,"alias",void 0);b.__decorate([c.property({type:String,json:{write:!0}})],a.prototype,"fieldType",void 0);b.__decorate([c.property({type:String,json:{write:!0}})],a.prototype,"geometryType",void 0);b.__decorate([c.property({type:Boolean,json:{write:!0}})],a.prototype,"hasM",void 0);b.__decorate([c.property({type:Boolean,json:{write:!0}})],a.prototype,"hasZ",void 0);b.__decorate([c.property({type:Boolean, json:{write:!0}})],a.prototype,"nullable",void 0);b.__decorate([c.property({type:Boolean,json:{write:!0}})],a.prototype,"editable",void 0);b.__decorate([c.property({type:Boolean,json:{write:!0}})],a.prototype,"required",void 0);b.__decorate([c.property({type:Boolean,json:{write:!0}})],a.prototype,"defaultVisibility",void 0);b.__decorate([c.property({type:Boolean,json:{write:!0}})],a.prototype,"systemMaintained",void 0);b.__decorate([c.property()],a.prototype,"role",void 0);b.__decorate([c.property({json:{write:!0}})], a.prototype,"defaultValue",void 0);return a=b.__decorate([d.subclass("esri.rest.knowledgeGraph.GraphProperty")],a)});