public class PathElement extends Object implements Serializable
| Constructor and Description |
|---|
PathElement(String elementName) |
PathElement(String elementName,
int suffix) |
PathElement(String elementName,
String suffix) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static PathElement |
fromString(String path) |
String |
getElementName() |
String |
getSuffix() |
int |
hashCode() |
String |
toString() |
Copyright © 2018 ReTest GmbH. All rights reserved.