Class MultiValueBooleanConverter


  • public final class MultiValueBooleanConverter
    extends MultiValueDataTypeConverter
    Multi value boolean data type converter.
    Author:
    mak
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String saValueArrayToString​(com.saperion.intf.SaValue[] values)
      Converts the type of the given field into the favorites specific string representation.
      com.saperion.intf.SaValue[] stringToSaValueArray​(java.lang.String value)
      Converts favorites specific string representation into SaValue array.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MultiValueBooleanConverter

        protected MultiValueBooleanConverter()
        Constructor.
    • Method Detail

      • saValueArrayToString

        public java.lang.String saValueArrayToString​(com.saperion.intf.SaValue[] values)
        Description copied from class: MultiValueDataTypeConverter
        Converts the type of the given field into the favorites specific string representation.
        Specified by:
        saValueArrayToString in class MultiValueDataTypeConverter
        Parameters:
        values - SaValue array
        Returns:
        value as comma-separated string
      • stringToSaValueArray

        public com.saperion.intf.SaValue[] stringToSaValueArray​(java.lang.String value)
        Description copied from class: MultiValueDataTypeConverter
        Converts favorites specific string representation into SaValue array.
        Specified by:
        stringToSaValueArray in class MultiValueDataTypeConverter
        Parameters:
        value - array elements as comma-separated string
        Returns:
        value SaValue array