- java.lang.Object
-
- com.thoughtworks.qdox.parser.expression.ExpressionDef
-
- com.thoughtworks.qdox.parser.expression.ConstantDef
-
- All Implemented Interfaces:
ElemValueDef
public class ConstantDef extends ExpressionDef
-
-
Constructor Summary
Constructors Constructor Description ConstantDef(String value, Class<?> type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>
getType()
String
getValue()
String
toString()
<U> U
transform(ElemValueTransformer<U> transformer)
-