com.togethersoft.openapi.rwi
Interface RwiNodeReference
- public interface RwiNodeReference
- extends RwiReference
A reference to a node. You can
get a references to its members, subnodes and supernode.
- Author:
- TogetherSoft
- Since: Together 3.0
- See Also: RwiReference
| Methods inherited from interface com.togethersoft.openapi.rwi.RwiPropertyMap |
addProperty, canAddProperty, canSetProperty, canSetProperty, getProperty, hasProperty, isPropertyReadable, isPropertyWritable, properties, properties, setProperty, setProperty |
getContainingNodeReference
public RwiNodeReference getContainingNodeReference()
- Returns a reference to the containg node for this reference's one.
- Returns: a reference to the containg node for this reference's one.
getNode
public RwiNode getNode()
- Returns a node for this reference.
- Returns: a node for this reference
getNodePositions
public RwiNodePositions getNodePositions()
memberReferences
public RwiMemberReferenceEnumeration memberReferences()
- Returns an enumeration of references to the members of this reference's node.
- Returns: an enumeration of references to the members of this reference's node
subnodeReferences
public RwiNodeReferenceEnumeration subnodeReferences()
- Returns an enumeration of references to the subnodes of this reference's node.
- Returns: an enumeration of references to the subnodes of this reference's node