Package jp.vmi.selenium.selenese.config
Class OptionEntry
java.lang.Object
jp.vmi.selenium.selenese.config.OptionEntry
public class OptionEntry extends Object
OptionEntry accessor.
-
Field Summary
Fields Modifier and Type Field Description StringoptionNameClass<?>type -
Method Summary
-
Field Details
-
optionName
-
type
-
-
Method Details
-
newInstance
Create OptionEntry object from bean class.- Parameters:
beanClass- bean class.optionName- option name.- Returns:
- OptionEntry object.
-
get
Get option value.- Type Parameters:
T- type of option value.- Parameters:
obj- object.- Returns:
- option value.
-
set
Set option value.- Parameters:
obj- object.value- option value.
-
add
Add option value.- Parameters:
obj- object.value- option value item.
-