au.id.pbw.hyfo.hyph
Class TextElement

java.lang.Object
  extended by au.id.pbw.hyfo.hyph.TextElement
All Implemented Interfaces:
PatternElement

public class TextElement
extends Object
implements PatternElement

Represents a text component of a pattern element.

Author:
pbw

Field Summary
 String text
          The text of the element.
 
Constructor Summary
TextElement(String text)
          Creates a new instance of TextElement
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

public final String text
The text of the element.

Constructor Detail

TextElement

public TextElement(String text)
Creates a new instance of TextElement

Parameters:
text - the text of the element.


Copyright © 2005-2006 Peter B. West.