예제 #1
0
파일: Box.java 프로젝트: ci84ro/s2tbx
 public int getCode() {
   return type.getCode();
 }
예제 #2
0
파일: BoxLoader.java 프로젝트: jianliu/lj-t
 public Boolean checkType(String boxType) {
   return boxType != null && BoxType.valueOf(boxType) != null;
 }
예제 #3
0
파일: Box.java 프로젝트: ci84ro/s2tbx
 public String getSymbol() {
   return type.getSymbol();
 }