UNPKG

@microsoft.azure/autorest.incubator

Version:
12 lines 494 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const string_1 = require("../../csharp/schema/string"); class EnumImplementation extends string_1.String { constructor(schema, isRequired) { super(schema, isRequired); this.isXmlAttribute = false; } get declaration() { return `${this.schema.details.csharp.namespace}.${this.schema.details.csharp.name}`; } } exports.EnumImplementation = EnumImplementation; //# sourceMappingURL=enum.js.map