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


public interface FilterArgument

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


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

Method Detail

getName

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

Returns:
the name

setName

public 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()

getType

public int getType()
Returns the type of the FilterArgument

Returns:
the type

setType

public void setType(int value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()