Lines Matching refs:Integer
39 @ValueTypeDef(type = Integer.class)
47 @ValueTypeDef(type = Integer.class)
53 @ValueTypeDef(type = Integer.class)
73 @ValueTypeDef(type = Integer.class)
79 @ValueTypeDef(type = Integer.class)
85 @ValueTypeDef(type = Integer.class)
91 @ValueTypeDef(type = Integer.class)
98 @ValueTypeDef(type = Integer.class)
104 @ValueTypeDef(type = Integer.class)
111 @ValueTypeDef(type = Integer[].class)
144 return year == 0 ? "" : Integer.toString(year); in getModelYear()