All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kz.facilities.common-base.1.3.27.source-code.Base.cmn Maven / Gradle / Ivy

There is a newer version: 1.3.46
Show newest version
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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy