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