wt.epm.build
Class EPMBuildDelegate.LinkInfo

java.lang.Object
  extended bywt.epm.build.EPMBuildDelegate.LinkInfo
Enclosing class:
EPMBuildDelegate

class EPMBuildDelegate.LinkInfo
extends Object


Field Summary
 EPMDocument doc
           
 QueryResult occurrences
           
 Quantity quantity
           
 EPMBuildLinksRule rule
           
 EPMBuildLinksRule ruleForParentDoc
           
 
Constructor Summary
EPMBuildDelegate.LinkInfo(EPMDocument doc, Quantity quantity, QueryResult usesOccurrences)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

doc

public EPMDocument doc

quantity

public Quantity quantity

rule

public EPMBuildLinksRule rule

occurrences

public QueryResult occurrences

ruleForParentDoc

public EPMBuildLinksRule ruleForParentDoc
Constructor Detail

EPMBuildDelegate.LinkInfo

public EPMBuildDelegate.LinkInfo(EPMDocument doc,
                                 Quantity quantity,
                                 QueryResult usesOccurrences)