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

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
                  extended by net.sourceforge.wurfl.lang.oneparam.string.SubstringOperation
All Implemented Interfaces:
Descriptable

public final class SubstringOperation
extends StringOp


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
SubstringOperation(int beginIndex)
           
SubstringOperation(int beginIndex, int endIndex)
           
 
Method Summary
 String execute(String string)
           
 String getDescription()
           
 
Methods inherited from class net.sourceforge.wurfl.lang.oneparam.string.StringOp
toString
 
Methods inherited from class net.sourceforge.wurfl.lang.oneparam.ChainableOp
then
 
Methods inherited from class net.sourceforge.wurfl.lang.oneparam.OneParamOp
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubstringOperation

public SubstringOperation(int beginIndex,
                          int endIndex)

SubstringOperation

public SubstringOperation(int beginIndex)
Method Detail

execute

public final String execute(String string)
Specified by:
execute in class OneParamOp<String,String>

getDescription

public String getDescription()


Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.