IBM WebSphere Application ServerTM
Release 7

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

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

Returns:
the 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()

getType

int getType()
Returns the type of the FilterArgument

Returns:
the type

setType

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

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

IBM WebSphere Application ServerTM
Release 7