com.ibm.websphere.sdo.mediator.jdbc.metadata
Interface FilterArgument
- public interface FilterArgument
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
getName()
Returns the name of this FilterArgument.
|
|
getType()
Returns the type of the FilterArgument
|
|
setName(java.lang.String value)
Sets the value of the '
Name' attribute
|
|
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.
getType
- int getType()
Returns the type of the FilterArgument
Returns:
the type
setType
- void setType(int value)
Sets the value of the '
Type' attribute.