Catalogen

IntegerField @Cluster 1 (_bat_count, _days_1, _sbat_start)


HeaderBlockReader.java

test that we get the same value as excel and , for

67. private IntegerField _bat_count;
162.     return _bat_count.get();

HeaderBlockReader.java

test that we get the same value as excel and , for

75. private IntegerField _sbat_start;
153.     return _sbat_start.get();

HeaderBlockReader.java

test that we get the same value as excel and , for

71. private IntegerField _property_start;
144.     return _property_start.get();

Property.java

test that we get the same value as excel and , for

99. private IntegerField        _child_property;
379.     _child_property.set(child, _raw_data);
390.     return _child_property.get();