org.hisrc.jsonix.Jsonix.Schema.XSD.Int.js Maven / Gradle / Ivy
Jsonix.Schema.XSD.Int = Jsonix.Class(Jsonix.Schema.XSD.Long, {
name : 'Int',
typeName : Jsonix.Schema.XSD.qname('int'),
MIN_VALUE : -2147483648,
MAX_VALUE : 2147483647,
CLASS_NAME : 'Jsonix.Schema.XSD.Int'
});
Jsonix.Schema.XSD.Int.INSTANCE = new Jsonix.Schema.XSD.Int();
Jsonix.Schema.XSD.Int.INSTANCE.LIST = new Jsonix.Schema.XSD.List(
Jsonix.Schema.XSD.Int.INSTANCE);
© 2015 - 2024 Weber Informatics LLC | Privacy Policy