public class TafKeywordStore extends Object implements IKeywordStore
IKeywordStore
Constructor and Description |
---|
TafKeywordStore() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getArguments()
|
String |
getKeyword()
Get the stored keyword name
|
void |
setArguments(List<Object> args)
Sets the keyword arguments
|
void |
setKeyword(String keyword)
Sets the keyword name
|
public void setKeyword(String keyword)
IKeywordStore
setKeyword
in interface IKeywordStore
keyword
- - The keyword to be storedpublic String getKeyword()
IKeywordStore
getKeyword
in interface IKeywordStore
public void setArguments(List<Object> args)
IKeywordStore
setArguments
in interface IKeywordStore
args
- - Keyword arguments as List
of Object
public List<Object> getArguments()
IKeywordStore
getArguments
in interface IKeywordStore
Copyright © 2014. All rights reserved.