/* * @(#)MatchType.java * * Copyright (c) 2004-2005 The authors and contributors of JHotDraw. * You may not use, copy or modify this file, except in compliance with the * accompanying license terms. */ package org.jhotdraw.samples.teddy.regex; /** * Typesafe enum of Syntaxes for the Parser. * * @author Werner Randelshofer * @version $Id$ */ public enum MatchType { CONTAINS, STARTS_WITH, FULL_WORD }