Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
tutorial:adm:systems [2019/05/16 11:09]
tomiskar
tutorial:adm:systems [2020/08/25 10:49] (current)
kubicar [Attributes Scheme]
Line 64: Line 64:
   * java.lang.String   * java.lang.String
   * java.lang.Integer   * java.lang.Integer
 +
 +All allowed types based on connid FrameworkUtil
 +  * String.class
 +  * Long.class
 +  * Character.class
 +  * Double.class
 +  * Float.class
 +  * Integer.class
 +  * Boolean.class
 +  * Byte.class
 +  * byte[].class
 +  * BigDecimal.class
 +  * BigInteger.class
 +  * Map.class
 +
  
 {{ :devel:adm:attribute_detail.png?600 | Attribute detail}} {{ :devel:adm:attribute_detail.png?600 | Attribute detail}}
  • by tomiskar