kz.facilities.common-base.1.3.41.source-code.Base.cmn Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-base Show documentation
Show all versions of common-base Show documentation
DSL based modeling framework - facilities common base
package org.joinedworks.facilities.common.base
/* common simple types */
type String(maxLength) maxLength=undefined
type Integer(precision) maxValue=2147483647 minValue=-2147483648 precision=10
type Long(precision) precision=undefined
type Decimal(precision,scale) precision=undefined scale=undefined
type Date
type