1 18 19 20 package sync4j.framework.core; 21 22 35 public final class DevTyp { 36 public static final String PAGER = "pager"; 38 public static final String HANDHELD = "handheld"; 39 public static final String PDA = "pda"; 40 public static final String PHONE = "phone"; 41 public static final String SMARTPHONE = "smartphone"; 42 public static final String SERVER = "server"; 43 public static final String WORKSTATION = "workstation"; 44 45 private DevTyp() {} 46 47 } | Popular Tags |