UNPKG

@abaplint/core

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