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