com.ibm.broker.config.appdev.nodes

Class ODMRulesNode.ParameterTableRow

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ODMRulesNode


    public class ODMRulesNode.ParameterTableRow
    extends NodePropertyRow
    ParameterTableRow is used by ParameterTable instance
     Table name = 
     Row names = ParameterTableRow
     
    See Also:
    Serialized Form
    • Method Detail

      • setParameterName

        public void setParameterName(java.lang.String value)
        Set the ParameterTableRow "Name" property
        Parameters:
        value - String ; the value to set the property "Name"
      • getParameterName

        public java.lang.String getParameterName()
        Get the ParameterTableRow "Name" property
        Returns:
        String; the value of the property "Name"
      • setParameterType

        public void setParameterType(java.lang.String value)
        Set the ParameterTableRow "Type" property
        Parameters:
        value - String ; the value to set the property "Type"
      • getParameterType

        public java.lang.String getParameterType()
        Get the ParameterTableRow "Type" property
        Returns:
        String; the value of the property "Type"
      • setParameterDirection

        public void setParameterDirection(java.lang.String value)
        Set the ParameterTableRow "Direction" property
        Parameters:
        value - String ; the value to set the property "Direction"
      • getParameterDirection

        public java.lang.String getParameterDirection()
        Get the ParameterTableRow "Direction" property
        Returns:
        String; the value of the property "Direction"
      • setParameterVerbalization

        public void setParameterVerbalization(java.lang.String value)
        Set the ParameterTableRow "Verbalization" property
        Parameters:
        value - String ; the value to set the property "Verbalization"
      • getParameterVerbalization

        public java.lang.String getParameterVerbalization()
        Get the ParameterTableRow "Verbalization" property
        Returns:
        String; the value of the property "Verbalization"
      • setXpathExpression

        public void setXpathExpression(java.lang.String value)
        Set the ParameterTableRow "Data location" property
        Parameters:
        value - String ; the value to set the property "Data location"
      • getXpathExpression

        public java.lang.String getXpathExpression()
        Get the ParameterTableRow "Data location" property
        Returns:
        String; the value of the property "Data location"