|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
java.lang.String getName()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
int getType()
void setType(int value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |