Interface IBslPrimitiveValue

    • Method Detail

      • getPrimitiveType

        Class<?> getPrimitiveType()
        Get primitive type of this BSL value.
        Returns:
        the primitive type of this BSL value, never null
      • getPrimitiveValue

        Object getPrimitiveValue()
        Get primitive value of this BSL value. For String values returns only UI representation - for full value consider using getDetailString().
        Returns:
        the primitive value of this BSL value, never null