com.ibm.commerce.foundation.common.datatypes

Interface ProtocolDataType



  • public interface ProtocolDataType
    A representation of the model object 'Protocol Data Type'. Type definition of a protocol data entry.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getProtocolDataType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      Returns the value of the 'Name' attribute.
      java.lang.String getValue()
      Returns the value of the 'Value' attribute.
      void setName(java.lang.String value)
      Sets the value of the 'Name' attribute.
      void setValue(java.lang.String value)
      Sets the value of the 'Value' attribute.
    • Method Detail

      • getValue

        java.lang.String getValue()
        Returns the value of the 'Value' attribute.

        If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(String), CommerceFoundationPackage.getProtocolDataType_Value()
      • setValue

        void setValue(java.lang.String value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()
      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute.

        If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), CommerceFoundationPackage.getProtocolDataType_Name()
      • setName

        void setName(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()