public interface FilterArgument
Modifier and Type | Method and Description |
---|---|
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 |
java.lang.String getName()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
int getType()