public class RefLink extends Object
| Constructor and Description |
|---|
RefLink(RefProperty ref) |
| Modifier and Type | Method and Description |
|---|---|
RefProperty |
getRef() |
String |
getRefCanonicalPath() |
String |
getRefCanonicalPathWithoutIndex() |
int |
getRefIndex() |
Property |
getTarget() |
String |
getTargetCanonicalPath() |
void |
setRefCanonicalPath(String refCanonicalPath) |
void |
setRefIndex(int refIndex) |
void |
setTargetCanonicalPath(String targetCanonicalPath) |
String |
toString() |
public RefLink(RefProperty ref)
public String getRefCanonicalPathWithoutIndex()
public RefProperty getRef()
public Property getTarget()
public int getRefIndex()
public String getRefCanonicalPath()
public String getTargetCanonicalPath()
public void setRefIndex(int refIndex)
public void setRefCanonicalPath(String refCanonicalPath)
public void setTargetCanonicalPath(String targetCanonicalPath)
Copyright © 2021. All rights reserved.