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