public abstract class AbstractSeLionElementList extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSeLionElementList(String elementPackage,
String element,
boolean uiElement) |
| Modifier and Type | Method and Description |
|---|---|
String |
getElementPackage() |
boolean |
isUIElement() |
boolean |
looksLike(String key)
This method returns
true if the key that was given ends with the textual value
of the current element. |
String |
stringify() |
String |
toString() |
public boolean isUIElement()
true if the current element is a UI element.public String stringify()
public String getElementPackage()
public boolean looksLike(String key)
true if the key that was given ends with the textual value
of the current element.key - - The string that needs to be checked.true if there was a match.Copyright © 2016 PayPal Open Source. All rights reserved.