Searched refs:INTEGER_CLASS (Results 1 – 5 of 5) sorted by relevance
73 cm.addMapping(cm.xsd, "int", PropertyInfo.INTEGER_CLASS, this); in register()
40 public static final Class INTEGER_CLASS = new Integer(0).getClass(); field in SppPropertyInfo
40 public static final Class INTEGER_CLASS = new Integer(0).getClass(); field in PropertyInfo
53 public static final CstType INTEGER = intern(Type.INTEGER_CLASS);
190 public static final Type INTEGER_CLASS = intern("Ljava/lang/Integer;"); field in Type