Interface TypeImpl

    • Method Detail

      • asValue

        TypedValueImpl asValue​(String value)
        Description copied from interface: Type
        Shortcut for wrapping the given value instance as a TypedValue object
        Specified by:
        asValue in interface Type
        Parameters:
        value - the value to wrap
        Returns:
        a TypedValue object representing the typed value
      • asValue

        TypedValueImpl asValue​(byte value)
        Description copied from interface: Type
        Shortcut for wrapping the given value instance as a TypedValue object
        Specified by:
        asValue in interface Type
        Parameters:
        value - the value to wrap
        Returns:
        a TypedValue object representing the typed value
      • asValue

        TypedValueImpl asValue​(char value)
        Description copied from interface: Type
        Shortcut for wrapping the given value instance as a TypedValue object
        Specified by:
        asValue in interface Type
        Parameters:
        value - the value to wrap
        Returns:
        a TypedValue object representing the typed value
      • asValue

        TypedValueImpl asValue​(short value)
        Description copied from interface: Type
        Shortcut for wrapping the given value instance as a TypedValue object
        Specified by:
        asValue in interface Type
        Parameters:
        value - the value to wrap
        Returns:
        a TypedValue object representing the typed value
      • asValue

        TypedValueImpl asValue​(int value)
        Description copied from interface: Type
        Shortcut for wrapping the given value instance as a TypedValue object
        Specified by:
        asValue in interface Type
        Parameters:
        value - the value to wrap
        Returns:
        a TypedValue object representing the typed value
      • asValue

        TypedValueImpl asValue​(long value)
        Description copied from interface: Type
        Shortcut for wrapping the given value instance as a TypedValue object
        Specified by:
        asValue in interface Type
        Parameters:
        value - the value to wrap
        Returns:
        a TypedValue object representing the typed value
      • asValue

        TypedValueImpl asValue​(float value)
        Description copied from interface: Type
        Shortcut for wrapping the given value instance as a TypedValue object
        Specified by:
        asValue in interface Type
        Parameters:
        value - the value to wrap
        Returns:
        a TypedValue object representing the typed value
      • asValue

        TypedValueImpl asValue​(double value)
        Description copied from interface: Type
        Shortcut for wrapping the given value instance as a TypedValue object
        Specified by:
        asValue in interface Type
        Parameters:
        value - the value to wrap
        Returns:
        a TypedValue object representing the typed value
      • asValue

        TypedValueImpl asValue​(boolean value)
        Description copied from interface: Type
        Shortcut for wrapping the given value instance as a TypedValue object
        Specified by:
        asValue in interface Type
        Parameters:
        value - the value to wrap
        Returns:
        a TypedValue object representing the typed value