UNPKG

@abaplint/core

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