1 package org.jboss.docs.cmp2.crimeportal; 2 3 public interface CrimePortalTestConstants { 4 public final Integer YOJIMBO = new Integer (0); 5 public final Integer TAKESHI = new Integer (1); 6 public final Integer YURIKO = new Integer (2); 7 public final Integer CHOW = new Integer (3); 8 public final Integer SHOGI = new Integer (4); 9 public final Integer VALENTINO = new Integer (5); 10 public final Integer TONI = new Integer (6); 11 public final Integer CORLEONE = new Integer (7); 12 } 13 14 | Popular Tags |