java.lang.Object
org.seasar.doma.internal.expr.Value

public class Value extends Object
  • Field Details

    • type

      protected final Class<?> type
    • value

      protected final Object value
  • Constructor Details

  • Method Details

    • getType

      public Class<?> getType()
    • getValue

      public Object getValue()