Interface AbapVariantValue

    • Method Detail

      • getName

        String getName()
        Get the name of this variant value
        Returns:
        name of the variant value
      • isParameter

        boolean isParameter()
        Check whether this variant value is a parameter
        Returns:
        true if this variant value is a parameter, false otherwise
      • isSelectOption

        boolean isSelectOption()
        Check whether this value is a select option
        Returns:
        true if this variant value is a select option, false otherwise