UNPKG

@abaplint/core

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