Class ConstantDef

java.lang.Object
com.thoughtworks.qdox.parser.expression.ExpressionDef
com.thoughtworks.qdox.parser.expression.ConstantDef
All Implemented Interfaces:
ElemValueDef

public class ConstantDef extends ExpressionDef
  • Field Details

    • value

      private final String value
    • type

      private Class<?> type
  • Constructor Details

    • ConstantDef

      public ConstantDef(String value, Class<?> type)
  • Method Details