@abaplint/core
Version:
abaplint - Core API
21 lines • 597 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChapterOfBookStructure = void 0;
const _abstract_object_1 = require("./_abstract_object");
class ChapterOfBookStructure extends _abstract_object_1.AbstractObject {
getType() {
return "DSYS";
}
getAllowedNaming() {
return {
maxLength: 40,
allowNamespace: true,
};
}
getDescription() {
// todo
return undefined;
}
}
exports.ChapterOfBookStructure = ChapterOfBookStructure;
//# sourceMappingURL=chapter_of_book_structure.js.map