net.sourceforge.wurfl.lang.oneparam.integer
Class IntOpAdapter
java.lang.Object
net.sourceforge.wurfl.lang.twoparam.TwoParamOp<V,Curry,R>
net.sourceforge.wurfl.lang.oneparam.OneParamOp<String,Integer>
net.sourceforge.wurfl.lang.oneparam.integer.IntOp
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$
| Fields inherited from class net.sourceforge.wurfl.lang.oneparam.integer.IntOp |
logger |
| Methods inherited from class net.sourceforge.wurfl.lang.oneparam.integer.IntOp |
toString |
IntOpAdapter
public IntOpAdapter(StringOp sop)
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.