Package | Description |
---|---|
org.imaginea.test.automation.framework.dom.filter |
Modifier and Type | Method and Description |
---|---|
FilterType |
Filter.getFilterType()
Returns the filter Type stored in the said object.
|
static FilterType |
FilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterType[] |
FilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Filter(FilterType filterType,
String attributeName,
TextMatcher textMatcher) |
Copyright © 2014. All rights reserved.