Class ParameterBufferHelper.DpbParameterType

  • Enclosing class:
    ParameterBufferHelper

    public static class ParameterBufferHelper.DpbParameterType
    extends java.lang.Object
    Dpb type, which is the name, the key for the dpb and its value type.

    Provides conversion to the required type.

    • Method Detail

      • getName

        public java.lang.String getName()
      • getShortName

        public java.lang.String getShortName()
      • getDpbKey

        public java.lang.Integer getDpbKey()
      • parseDpbString

        @Deprecated
        public java.lang.Object parseDpbString​(java.lang.Object value)
        Deprecated.
        In general, parseDpbString(String) should be used; this method is not planned for removal
        Parses the supplied Object (which should be a String, Boolean, Byte or Integer) to the type appropriate for this DpbParameterType.
        Parameters:
        value - The value to parse
        Returns:
        Parsed value (either a Boolean, Byte, Integer or String)
      • parseDpbString

        public java.lang.Object parseDpbString​(java.lang.String value)
        Parses the supplied String to the type appropriate for this DpbParameterType.
        Parameters:
        value - The value to parse
        Returns:
        Parsed value (either a Boolean, Byte, Integer or String)