JHotDraw 7.0.9

org.jhotdraw.samples.teddyapplication.regex
Class MatchType

java.lang.Object
  extended by org.jhotdraw.samples.teddyapplication.regex.MatchType

public class MatchType
extends java.lang.Object

Typesafe Enumeration of Syntaxes for the Parser.

Version:
5.0 2005-01-31 Reworked.
1.0 November 14, 2004 Created.
Author:
Werner Randelshofer

Field Summary
static MatchType CONTAINS
           
static MatchType FULL_WORD
           
static MatchType STARTS_WITH
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTAINS

public static final MatchType CONTAINS

STARTS_WITH

public static final MatchType STARTS_WITH

FULL_WORD

public static final MatchType FULL_WORD

Copyright 1996-2007 (c) JHotDraw.org.
Some rights reserved.