1 8 9 package net.sourceforge.chaperon.model.pattern; 10 11 import net.sourceforge.chaperon.model.Violations; 12 13 import java.io.Serializable ; 14 15 21 public interface CharacterClassElement extends Serializable , Cloneable  22 { 23 28 public void setLocation(String location); 29 30 35 public String getLocation(); 36 37 44 public String toString(); 45 46 51 public Violations validate(); 52 } 53 | Popular Tags |