Interface TypedValue

  • All Known Implementing Classes:
    TypedValueImpl

    public interface TypedValue
    • Method Detail

      • getType

        Type getType()
        Returns:
        the type
      • getValue

        Object getValue()
        Returns:
        the wrapped value
      • isNull

        boolean isNull()
        Returns:
        true if this holds null value
      • getFieldValues

        List<? extends TypedFieldValue> getFieldValues()
        Returns:
        the field values structure