public class QualifiedPath extends Object
| Constructor and Description |
|---|
QualifiedPath(String parentTypeUrl,
String elementPath)
Constructs a qualified path for the given element within the given
parent type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getElementPath()
Returns the path of the element in parent type.
|
String |
getParentTypeUrl()
Returns the URL of the parent type containing the element.
|
int |
hashCode() |
public String getParentTypeUrl()
public String getElementPath()
Copyright © 2020. All rights reserved.