Uses of Interface
wt.fc.LinkRoleIndicator

Packages that use LinkRoleIndicator
wt.fc Provides high level datastore access by using the PersistenceManager (and server-side-only PersistenceManagerSvr) to find and manage Persistable objects. 
wt.pom Provides low-level, yet database independent, access to a database. 
 

Uses of LinkRoleIndicator in wt.fc
 

Classes in wt.fc that implement LinkRoleIndicator
(package private)  class SimpleLinkRoleIndicator
           
 

Fields in wt.fc declared as LinkRoleIndicator
private  LinkRoleIndicator LinkVector.roleIndicator
           
private  LinkRoleIndicator LinkVector.roleIndicator
           
 

Constructors in wt.fc with parameters of type LinkRoleIndicator
LinkVector(Object a_source, boolean a_onlyOtherSide, LinkRoleIndicator a_roleIndicator)
           
LinkVector(Object a_source, boolean a_onlyOtherSide, LinkRoleIndicator a_roleIndicator)
           
 

Uses of LinkRoleIndicator in wt.pom
 

Classes in wt.pom that implement LinkRoleIndicator
(package private)  class ExpandAllLinkRoleIndicator