com.togethersoft.openapi.rwi
Interface RwiLinkReference
- public interface RwiLinkReference
- extends RwiReference
A reference to a link.
- Author:
- TogetherSoft
- See Also: RwiReference
| Methods inherited from interface com.togethersoft.openapi.rwi.RwiPropertyMap |
addProperty, canAddProperty, canSetProperty, canSetProperty, getProperty, hasProperty, isPropertyReadable, isPropertyWritable, properties, properties, setProperty, setProperty |
getDestinationReference
public RwiReference getDestinationReference()
- Returns a reference to the destination for this reference's link.
- Returns: a reference to the destination for this reference's link
getLink
public RwiLink getLink()
- Returns a link for this reference.
- Returns: a link for this reference
getLinkPositions
public RwiLinkPositions getLinkPositions()
getSourceReference
public RwiReference getSourceReference()
- Returns a reference to the source for this reference's link.
- Returns: a reference to the source for this reference's link