diff --git a/process/KeywordRegistry_basic/process.js b/process/KeywordRegistry_basic/process.js index b4d74a2a8f0cb51a439f5c8991d3d1e54a77602b..04e469c42da0bb82885071aec0350704dc6d59bc 100644 --- a/process/KeywordRegistry_basic/process.js +++ b/process/KeywordRegistry_basic/process.js @@ -21,6 +21,11 @@ $KeywordRegistry._autoPad = function(pKey){return (pKey + " $KeywordRegistry.attributeType = function(){return "AttributeType";}; $KeywordRegistry.keywordAttributeType = function(){return "KeywordAttributeType";}; +$KeywordRegistry.keywordAttributeType$char = function(){return "CHAR";}; +$KeywordRegistry.keywordAttributeType$number = function(){return "NUMBER";}; +$KeywordRegistry.keywordAttributeType$bool = function(){return "BOOLEAN";}; +$KeywordRegistry.keywordAttributeType$longChar = function(){return "LONGCHAR";}; + $KeywordRegistry.contractPayment = function(){return "ContractPayment";}; $KeywordRegistry.contractStatus = function(){return "ContractStatus";};