UNPKG

@abaplint/core

Version:
21 lines 571 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NeptuneRFCMapping = void 0; const _abstract_object_1 = require("./_abstract_object"); class NeptuneRFCMapping extends _abstract_object_1.AbstractObject { getType() { return "ZN17"; } getAllowedNaming() { return { maxLength: 30, allowNamespace: true, }; } getDescription() { // todo return undefined; } } exports.NeptuneRFCMapping = NeptuneRFCMapping; //# sourceMappingURL=neptune_rfc_mapping.js.map