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