com.ibm.websphere.sdo.mediator.jdbc.metadata

Interface FilterArgument


  1. public interface FilterArgument
A FilterArgument defines the name and type of an argument in a Filter object.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getName()
Returns the name of this FilterArgument.
  1. int
getType()
Returns the type of the FilterArgument
  1. void
setName(java.lang.String value)
Sets the value of the ' Name' attribute
  1. void
setType(int value)
Sets the value of the ' Type' attribute

Method Detail

getName

  1. java.lang.String getName()
Returns the name of this FilterArgument.
Returns:
the name

setName

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

getType

  1. int getType()
Returns the type of the FilterArgument
Returns:
the type

setType

  1. void setType(int value)
Sets the value of the ' Type' attribute.
Parameters:
value - the new value of the 'Type' attribute.
See Also: