Interface TypedValue

    • Method Detail

      • getValue

        java.lang.Object getValue()
        The actual value. May be null in case the value is null.
        Returns:
        the value
      • getType

        ValueType getType()
        The type of the value. See ValueType for a list of built-in ValueTypes.
        Returns:
        the type of the value.
      • isTransient

        boolean isTransient()
        Indicator for transience of the value
        Returns:
        isTransient