UNPKG

@abaplint/core

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