first commit
This commit is contained in:
5
hrmsEjb/jxl/BooleanCell.java
Normal file
5
hrmsEjb/jxl/BooleanCell.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package jxl;
|
||||
|
||||
public interface BooleanCell extends Cell {
|
||||
boolean getValue();
|
||||
}
|
Reference in New Issue
Block a user