net.sourceforge.wurfl.lang.oneparam.string
Class StringOp

java.lang.Object
  extended by net.sourceforge.wurfl.lang.twoparam.TwoParamOp<V,Curry,R>
      extended by net.sourceforge.wurfl.lang.oneparam.OneParamOp<R,R>
          extended by net.sourceforge.wurfl.lang.oneparam.ChainableOp<String>
              extended by net.sourceforge.wurfl.lang.oneparam.string.StringOp
All Implemented Interfaces:
Descriptable
Direct Known Subclasses:
ConcatTwoGroupsOp, GetFromMapOp, Identity, IfStringOp, OverlayOp, RemoveOp, ReplaceIgnoreCaseOperation, ReplaceOp, Strategy, StrategyAwareOp, StringOpAdapter, SubstringAfterOperation, SubstringOperation

public abstract class StringOp
extends ChainableOp<String>
implements Descriptable

Operation which accepts a String and returns a String.


Nested Class Summary
 
Nested classes/interfaces inherited from class net.sourceforge.wurfl.lang.oneparam.OneParamOp
OneParamOp.Type
 
Field Summary
 
Fields inherited from class net.sourceforge.wurfl.lang.twoparam.TwoParamOp
logger
 
Constructor Summary
StringOp()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class net.sourceforge.wurfl.lang.oneparam.ChainableOp
then
 
Methods inherited from class net.sourceforge.wurfl.lang.oneparam.OneParamOp
execute, execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sourceforge.wurfl.lang.Descriptable
getDescription
 

Constructor Detail

StringOp

public StringOp()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.