PrimitiveTypes::Integer

Header Image
Content:
Integer Int : Public <<primitive>> Class PrimitiveTypes
An instance of Integer is an element in the set of integer numbers ( ..., -2, -1, 0, 1, 2, ...).  <br/><br/>The value can be expressed in decimal, octal, hexadecimal and binary representation. Negative numbers can only be expressed in decimal notation<br/><br/>Range is from -2147483648 and 2147483647. <br/><br/>
  • Tagged Values
  • Advanced
Tag Value
xml.xsd.customType INTEGER
Details:  
xml.xsd.pattern [+\-]?[1-9][0-9]*|0x[0-9a-f]*|0[0-7]*|0b[0-1]*
Details:  
xml.xsd.type string
Details:  
Property Value
isFinalSpecialization: 0