Section Header
  
  
    + name    := Expanded UINTEGER_8 -> 
  UINTEGER_64, UINTEGER_32, UINTEGER_16, 
  INTEGER_64 , INTEGER_32 , INTEGER_16 ,
  INTEGER;
  
    - comment :="Unsigned 8 bits integer.";
  
    - type    := `unsigned char`;
  
    - default := (0.to_raw_uinteger_8);
  
Section Insert
  
  
    - parent_unsigned_integer:UNSIGNED_INTEGER := 
  
Section Public
  
  
    - object_size:INTEGER := 
  
  
 Range.
  
  
  
    - maximum:UINTEGER_64 := 
  
  
  
 Conversion with test.
  
    
  
    - to_uinteger_8:UINTEGER_8 <- 
    
  
    - to_character:CHARACTER <-