net.sf.mmm.util.transformer.base
Class StringTransformerChain.State
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stop
private boolean stop
true if the chain should be stopped, false
otherwise.
StringTransformerChain.State
protected StringTransformerChain.State()
- The constructor.
Copyright © 2001-2010 mmm-Team. All Rights Reserved.