net.sourceforge.wurfl.lang.twoparam
Class Constant<V1,V2,R>

java.lang.Object
  extended by net.sourceforge.wurfl.lang.twoparam.TwoParamOp<V1,V2,R>
      extended by net.sourceforge.wurfl.lang.twoparam.Constant<V1,V2,R>

public class Constant<V1,V2,R>
extends TwoParamOp<V1,V2,R>

Date: 27/06/11

Since:
1.3.5
Version:
$Id$

Field Summary
static Constant NULL_OP
           
 
Fields inherited from class net.sourceforge.wurfl.lang.twoparam.TwoParamOp
logger
 
Method Summary
 R execute(V1 variable1, V2 variable2)
           
static
<R> Constant
get(R value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_OP

public static Constant NULL_OP
Method Detail

get

public static <R> Constant get(R value)

execute

public R execute(V1 variable1,
                 V2 variable2)
Specified by:
execute in class TwoParamOp<V1,V2,R>


Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.