net.sourceforge.wurfl.lang.oneparam.string
Class Constant<V>
java.lang.Object
net.sourceforge.wurfl.lang.twoparam.TwoParamOp<V,Curry,R>
net.sourceforge.wurfl.lang.oneparam.OneParamOp<V,String>
net.sourceforge.wurfl.lang.oneparam.string.Constant<V>
public class Constant<V>
- extends OneParamOp<V,String>
Return a constant string value.
| Fields inherited from class net.sourceforge.wurfl.lang.twoparam.TwoParamOp |
logger |
NULL_OP
public static final Constant NULL_OP
EMPTY_OP
public static final Constant EMPTY_OP
execute
public String execute(V a)
- Specified by:
execute in class OneParamOp<V,String>
getDescription
public String getDescription()
toString
public String toString()
- Overrides:
toString in class Object
getConstant
public static Constant getConstant(String val)
nullOp
public static StringOp nullOp()
get
public static StringOp get(String val)
Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.