net.sourceforge.wurfl.lang.oneparam.integer
Class IntOpAdapter

java.lang.Object
  extended by net.sourceforge.wurfl.lang.twoparam.TwoParamOp<V,Curry,R>
      extended by net.sourceforge.wurfl.lang.oneparam.OneParamOp<String,Integer>
          extended by net.sourceforge.wurfl.lang.oneparam.integer.IntOp
              extended by net.sourceforge.wurfl.lang.oneparam.integer.IntOpAdapter
All Implemented Interfaces:
Descriptable

public class IntOpAdapter
extends IntOp

Warning: it may throw NumberFormatException at runtime, if result of inner execution is null or not parseable as Integer.

Since:
1.3.5
Version:
$Id$

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.oneparam.integer.IntOp
logger
 
Constructor Summary
IntOpAdapter(StringOp sop)
           
 
Method Summary
 Integer execute(String variable)
           
 String getDescription()
           
static void main(String[] a)
           
 
Methods inherited from class net.sourceforge.wurfl.lang.oneparam.integer.IntOp
toString
 
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

IntOpAdapter

public IntOpAdapter(StringOp sop)
Method Detail

getDescription

public String getDescription()

execute

public Integer execute(String variable)
Specified by:
execute in class OneParamOp<String,Integer>

main

public static void main(String[] a)


Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.