Uses of Interface
com.ibm.pim.interfaces.specnode.SpecNode

Packages that use SpecNode
com.ibm.pim.interfaces.spec   
com.ibm.pim.interfaces.specnode   
 

Uses of SpecNode in com.ibm.pim.interfaces.spec
 

Methods in com.ibm.pim.interfaces.spec that return SpecNode
 SpecNode LookupSpec.getPrimaryKeySpecNode()
          Returns the primary key SpecNode for this LookupSpec
 SpecNode Spec.getSpecNodeByPath(java.lang.String path)
          Return a specific SpecNode for this Spec, by path
 SpecNode PrimarySpec.getPrimaryKeySpecNode()
          Returns the primary key SpecNode for this PrimarySpec
 

Uses of SpecNode in com.ibm.pim.interfaces.specnode
 

Methods in com.ibm.pim.interfaces.specnode that return SpecNode
 SpecNode SpecNode.getParent()
          Return the parent SpecNode of this SpecNode, if applicable