net.sf.mmm.util.transformer.base
Class StringTransformerChain.State

java.lang.Object
  extended by net.sf.mmm.util.transformer.base.StringTransformerChain.State
Enclosing class:
StringTransformerChain

protected static class StringTransformerChain.State
extends Object

This inner class contains the state of a transformation.

Since:
2.0.0

Field Summary
private  boolean stop
          true if the chain should be stopped, false otherwise.
 
Constructor Summary
protected StringTransformerChain.State()
          The constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stop

private boolean stop
true if the chain should be stopped, false otherwise.

Constructor Detail

StringTransformerChain.State

protected StringTransformerChain.State()
The constructor.



Copyright © 2001-2010 mmm-Team. All Rights Reserved.